summarylogtreecommitdiffstats
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
parent2533ca34b16b8dfc11d7ccda8a452d1762ea243f (diff)
downloadaur-df8b9a6d606de7318926668f7dfb08eb75b95bd2.tar.gz
Changed dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4e3fcad92a3..24216af06c2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,13 @@
pkgbase = datawire-forge
pkgdesc = Define and run multi-container apps in Kubernetes http://forge.sh
pkgver = 0.4.15
- pkgrel = 1
+ pkgrel = 2
url = https://forge.sh/
arch = x86_64
+ arch = i686
license = Apache
+ depends = python2>=2.7
+ depends = python2<2.8
depends = glibc
options = !strip
source_x86_64 = forge::https://s3.amazonaws.com/datawire-static-files/forge/0.4.15/forge
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"
)