diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-08-28 18:30:08 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-08-28 18:30:08 +0300 |
| commit | aca13455cdfc80fd2e365ddcf356336fc4072a14 (patch) | |
| tree | ac73ccc7461556bdee1793dc5de01d2c51a0a20b /PKGBUILD | |
| parent | c12037773c2146b59fe617900b8b0a05156e7b31 (diff) | |
Add gperf 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.8.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' 'wget' 'squashfs-tools' 'perl-capture-tiny' 'intltool') +makedepends=('cpio' 'go' 'wget' 'squashfs-tools' 'perl-capture-tiny' 'intltool' 'gperf') provides=('rkt') replaces=('rocket') conflicts=('rocket') |
