summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmanuele 'Lele' Calo2018-11-05 16:47:13 +0100
committerEmanuele 'Lele' Calo2018-11-05 16:47:13 +0100
commitdf8b9a6d606de7318926668f7dfb08eb75b95bd2 (patch)
tree77e3623ba527ef739223dc55b1e23cc8a3380e17 /PKGBUILD
parent2533ca34b16b8dfc11d7ccda8a452d1762ea243f (diff)
downloadaur-datawire-forge.tar.gz
Changed dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3070345c6b2e..3ca2eca59a70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=datawire-forge
pkgver=0.4.15
-pkgrel=1
+pkgrel=2
pkgdesc="Define and run multi-container apps in Kubernetes http://forge.sh"
-arch=('x86_64')
+arch=('x86_64' 'i686')
url="https://forge.sh/"
license=('Apache')
-depends=('glibc')
+depends=('python2>=2.7' 'python2<2.8' 'glibc')
source_x86_64=(
"forge::https://s3.amazonaws.com/datawire-static-files/forge/${pkgver}/forge"
)