diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-09-21 10:49:00 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-09-21 10:49:00 +0300 |
| commit | 63deda7178366126975dfac5166a5c26b7953f2a (patch) | |
| tree | f494df271b0de5d5171508a85ccaf5b383b7bab1 /PKGBUILD | |
| parent | 52f014cd25c20b8ea9bec1532d7fdeb9bdc7c78e (diff) | |
Add missing git and libseccomp makedeps
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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') |
