summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56ea778..7cd8d61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=rkt
pkgver=0.8.0
-pkgrel=3
+pkgrel=4
pkgdesc="App container runtime"
arch=('x86_64')
url="https://github.com/coreos/rkt"
@@ -28,7 +28,7 @@ build() {
./configure --prefix=/usr \
--with-stage1=src \
--with-stage1-image-path=/usr/share/rkt/stage1.aci \
- --with-functional-tests
+ --enable-functional-tests
make -s
}