summaryrefslogtreecommitdiff
path: root/aur/rkt/PKGBUILD
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2016-02-04 22:44:56 +0200
committerYuval Adam <yuval@y3xz.com>2016-02-04 22:44:56 +0200
commitc11c513d77c95c30a021b6fa41d862ddc08f9756 (patch)
tree80e4656d34bdcd5b1006c09e5adaf9d0394fc614 /aur/rkt/PKGBUILD
parenta96aab67f582d9cd2f8f718a81ac02b6a079101f (diff)
Add missing rkt dependencies
Diffstat (limited to 'aur/rkt/PKGBUILD')
-rw-r--r--aur/rkt/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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')