diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-02-04 22:44:56 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-02-04 22:44:56 +0200 |
| commit | c11c513d77c95c30a021b6fa41d862ddc08f9756 (patch) | |
| tree | 80e4656d34bdcd5b1006c09e5adaf9d0394fc614 | |
| parent | a96aab67f582d9cd2f8f718a81ac02b6a079101f (diff) | |
Add missing rkt dependencies
| -rw-r--r-- | aur/rkt/.SRCINFO | 8 | ||||
| -rw-r--r-- | aur/rkt/PKGBUILD | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/aur/rkt/.SRCINFO b/aur/rkt/.SRCINFO index 5f45619..9ccb357 100644 --- a/aur/rkt/.SRCINFO +++ b/aur/rkt/.SRCINFO @@ -1,14 +1,15 @@ # Generated by mksrcinfo v8 -# Thu Feb 4 19:28:10 UTC 2016 +# Thu Feb 4 20:44:32 UTC 2016 pkgbase = rkt pkgdesc = App container runtime pkgver = 1.0.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/coreos/rkt install = rkt.install arch = x86_64 license = apache makedepends = cpio + makedepends = automake makedepends = go makedepends = wget makedepends = squashfs-tools @@ -18,6 +19,9 @@ pkgbase = rkt makedepends = git makedepends = libseccomp depends = glibc + depends = openssl + depends = trousers + depends = zlib provides = rkt conflicts = rocket replaces = rocket diff --git a/aur/rkt/PKGBUILD b/aur/rkt/PKGBUILD index e4991cf..5c068e4 100644 --- a/aur/rkt/PKGBUILD +++ b/aur/rkt/PKGBUILD @@ -4,13 +4,13 @@ pkgname=rkt pkgver=1.0.0 -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' \ +depends=('glibc' 'openssl' 'trousers' 'zlib') +makedepends=('cpio' 'automake' 'go' 'wget' 'squashfs-tools' 'perl-capture-tiny' \ 'intltool' 'gperf' 'git' 'libseccomp') provides=('rkt') replaces=('rocket') |
