From c11c513d77c95c30a021b6fa41d862ddc08f9756 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Thu, 4 Feb 2016 22:44:56 +0200 Subject: Add missing rkt dependencies --- aur/rkt/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'aur/rkt/PKGBUILD') 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') -- cgit v1.3.1