summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheLoko2016-02-12 20:37:44 +0100
committerTheLoko2016-02-12 20:37:44 +0100
commit9a9ce148ea5930f959a20e6fb31eef27c3e26348 (patch)
tree56f92059aefc98f31d6ff34715a2637336c69b3e
parentf2ffc544965200b21804c4578ea60c6fec82865f (diff)
downloadaur-9a9ce148ea5930f959a20e6fb31eef27c3e26348.tar.gz
Fixed i686 download
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 911e70cf28e2..61e94f24e31f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Feb 10 12:39:24 UTC 2016
+# Fri Feb 12 19:36:24 UTC 2016
pkgbase = proot-bin
pkgdesc = chroot, mount --bind, and binfmt_misc without privilege/setup (bin only)
pkgver = 5.1.0
- pkgrel = 1
+ pkgrel = 2
url = http://proot.me
arch = i686
arch = x86_64
@@ -11,6 +11,10 @@ pkgbase = proot-bin
depends = talloc
provides = proot
conflicts = proot
+ source_i686 = proot::http://portable.proot.me/proot-x86
+ sha1sums_i686 = 6b2f18ff13c1b7f1efe5b55dac0dadaa6966f7a1
+ source_x86_64 = proot::http://portable.proot.me/proot-x86_64
+ sha1sums_x86_64 = 5e713559fd336074971590e8cbe7ab1593ffabfc
pkgname = proot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 85b3504e0393..df7316746754 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=proot-bin
_pkgname=proot
pkgver=5.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="chroot, mount --bind, and binfmt_misc without privilege/setup (bin only)"
arch=('i686' 'x86_64')
url="http://proot.me"
@@ -11,10 +11,10 @@ license=('GPL')
provides=('proot')
conflicts=('proot')
depends=('talloc')
-[ "$CARCH" = "i686" ] && source=("${_pkgname}"::'http://portable.proot.me/proot-x86_64')
-[ "$CARCH" = "x86_64" ] && source=("${_pkgname}"::'http://portable.proot.me/proot-x86_64')
-[ "$CARCH" = "i686" ] && sha1sums=('6b2f18ff13c1b7f1efe5b55dac0dadaa6966f7a1')
-[ "$CARCH" = "x86_64" ] && sha1sums=('5e713559fd336074971590e8cbe7ab1593ffabfc')
+source_i686=("${_pkgname}"::'http://portable.proot.me/proot-x86')
+source_x86_64=("${_pkgname}"::'http://portable.proot.me/proot-x86_64')
+sha1sums_i686=('6b2f18ff13c1b7f1efe5b55dac0dadaa6966f7a1')
+sha1sums_x86_64=('5e713559fd336074971590e8cbe7ab1593ffabfc')
package() {
install -dm755 "${pkgdir}"/usr/bin