summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-09-21 10:49:00 +0300
committerYuval Adam <yuval@y3xz.com>2015-09-21 10:49:00 +0300
commit63deda7178366126975dfac5166a5c26b7953f2a (patch)
treef494df271b0de5d5171508a85ccaf5b383b7bab1 /PKGBUILD
parent52f014cd25c20b8ea9bec1532d7fdeb9bdc7c78e (diff)
Add missing git and libseccomp makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7777204..1ddf40f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,14 @@
pkgname=rkt
pkgver=0.8.1
-pkgrel=1
+pkgrel=2
pkgdesc="App container runtime"
arch=('x86_64')
url="https://github.com/coreos/rkt"
license=(apache)
depends=('glibc')
-makedepends=('cpio' 'go' 'wget' 'squashfs-tools' 'perl-capture-tiny' 'intltool' 'gperf')
+makedepends=('cpio' 'go' 'wget' 'squashfs-tools' 'perl-capture-tiny' \
+ 'intltool' 'gperf' 'git' 'libseccomp')
provides=('rkt')
replaces=('rocket')
conflicts=('rocket')