summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-08-11 17:10:04 +0300
committerYuval Adam <yuval@y3xz.com>2015-08-11 17:10:04 +0300
commit17a809a4a5853e4afff0aefffab52723e6f92cc8 (patch)
tree7a4cbf2fd0eab058e57ccb198d8311f683ec9d4d /PKGBUILD
parent31b2e443a06e7dd820a7a8d1815ed2a5f800a958 (diff)
Add wget makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae60deb..4c73074 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=rkt
pkgver=0.7.0
-pkgrel=4
+pkgrel=5
pkgdesc="App container runtime"
arch=('x86_64')
url="https://github.com/coreos/rkt"
license=(apache)
depends=('glibc')
-makedepends=('cpio' 'go' 'squashfs-tools' 'perl-capture-tiny')
+makedepends=('cpio' 'go' 'wget' 'squashfs-tools' 'perl-capture-tiny')
provides=('rkt')
replaces=('rocket')
conflicts=('rocket')