diff options
| -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') |
