summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"
)