diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-08-11 17:10:04 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-08-11 17:10:04 +0300 |
| commit | 17a809a4a5853e4afff0aefffab52723e6f92cc8 (patch) | |
| tree | 7a4cbf2fd0eab058e57ccb198d8311f683ec9d4d /PKGBUILD | |
| parent | 31b2e443a06e7dd820a7a8d1815ed2a5f800a958 (diff) | |
Add wget makedepends
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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') |
