diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-08-27 13:29:32 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-08-27 13:29:32 +0300 |
| commit | 52bd644dd1e3ec9053439a876828a73d7a126b22 (patch) | |
| tree | 719a4a02ef60d0052eb80b4187ea10773560ad0c /PKGBUILD | |
| parent | ae63320427b8fadc5d1e2b50822316ee7fcd3885 (diff) | |
Add missing intltool dependency
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=2 +pkgrel=3 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') +makedepends=('cpio' 'go' 'wget' 'squashfs-tools' 'perl-capture-tiny' 'intltool') provides=('rkt') replaces=('rocket') conflicts=('rocket') |
