summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-08-27 13:30:29 +0300
committerYuval Adam <yuval@y3xz.com>2015-08-27 13:30:29 +0300
commit73c6c1f7d85fa833d828b36a7c712703e8f57382 (patch)
treeab5ac1b9f42eadcefe06e007ff8acffa00928727 /PKGBUILD
parentbe46dab97a2c9225aab739eb45bedb69a97e7217 (diff)
Add missing intltool dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c74aca..19106b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
# Contributor: Boohbah <boohbah at gmail dot com>
pkgname=rkt-git
-pkgver=0.7.0.r70.g278f2e9
-pkgrel=2
+pkgver=0.8.0.r47.gd71fda7
+pkgrel=1
pkgdesc="App container runtime"
arch=('x86_64')
url="https://github.com/coreos/rkt"
license=(apache)
-makedepends=('cpio' 'go' 'wget' 'squashfs-tools' 'perl-capture-tiny')
+makedepends=('cpio' 'go' 'wget' 'squashfs-tools' 'perl-capture-tiny' 'intltool')
provides=('rkt')
replaces=('rocket' 'rkt')
conflicts=('rocket' 'rkt')