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 /.SRCINFO | |
| parent | 52f014cd25c20b8ea9bec1532d7fdeb9bdc7c78e (diff) | |
Add missing git and libseccomp makedeps
Diffstat (limited to '.SRCINFO')
| -rw-r--r-- | .SRCINFO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,7 @@ pkgbase = rkt pkgdesc = App container runtime pkgver = 0.8.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/coreos/rkt install = rkt.install arch = x86_64 @@ -13,6 +13,8 @@ pkgbase = rkt makedepends = perl-capture-tiny makedepends = intltool makedepends = gperf + makedepends = git + makedepends = libseccomp depends = glibc provides = rkt conflicts = rocket |
