diff --git a/main/augeas/APKBUILD b/main/augeas/APKBUILD
index 80aa5451a89a70815ede8da1eb35a12da6ff35de..634e5fd8a4a0fb96055349a8e5c1b92e052b9b17 100644
--- a/main/augeas/APKBUILD
+++ b/main/augeas/APKBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
 pkgname=augeas
 pkgver=1.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A configuration editing tool"
 url="http://augeas.net"
 arch="all"
@@ -13,6 +13,7 @@ source="http://download.augeas.net/augeas-$pkgver.tar.gz
 	fix-test.patch
 	acf.aug"
 builddir="$srcdir/$pkgname-$pkgver"
+options="!checkroot"
 
 build() {
 	cd "$builddir"