summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAidan Harris2016-11-28 05:14:48 +0000
committerAidan Harris2016-11-28 05:14:48 +0000
commita1cb7e74bd7cf569b223e38328f8949dad07237a (patch)
tree220978019b6325fc6fca643e91aedca98f90eddf
parent8535b4ab6fe203f3264ecf7695d66eb9203cbc66 (diff)
downloadaur-alkasir-client.tar.gz
Update sources array for x86_64 and i686
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9222e1184c1..c00022c42e42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Nov 28 04:32:24 UTC 2016
+# Mon Nov 28 05:14:10 UTC 2016
pkgbase = alkasir-client
pkgdesc = Alkasir is a cross-platform, open-source and robust website censorship circumvention tool that also maps censorship patterns around the world.
pkgver = 0.4.7
@@ -14,10 +14,12 @@ pkgbase = alkasir-client
depends = glibc
optdepends = google-chrome
optdepends = chromium
- source = https://github.com/alkasir/alkasir/releases/download/0.4.7/alkasir-client_linux-386.tar.gz
source = alkasir-client.service
- md5sums = 0c51a3a0a43d1af3a76f6e8860fca301
md5sums = 8068200941009b41885ffa93659f7f6e
+ source_x86_64 = https://github.com/alkasir/alkasir/releases/download/0.4.7/alkasir-client_linux-386.tar.gz
+ md5sums_x86_64 = 8490b46497d51de548341cf81d7989ee
+ source_i686 = https://github.com/alkasir/alkasir/releases/download/0.4.7/alkasir-client_linux-386.tar.gz
+ md5sums_i686 = 0c51a3a0a43d1af3a76f6e8860fca301
pkgname = alkasir-client
diff --git a/PKGBUILD b/PKGBUILD
index b2c6a7888587..e4835af7eb95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,16 +26,14 @@ license=("custom"
"$licenseURL"
)
pkgdesc="Alkasir is a cross-platform, open-source and robust website censorship circumvention tool that also maps censorship patterns around the world."
-source=("https://github.com/alkasir/alkasir/releases/download/$pkgver/alkasir-client_linux-$_arch.tar.gz"
- "alkasir-client.service")
+source=("alkasir-client.service")
md5sums=('8068200941009b41885ffa93659f7f6e')
-if [ "$CARCH" == "x86_64" ]
-then
- md5sums=('8490b46497d51de548341cf81d7989ee' $md5sums)
-else
- md5sums=('0c51a3a0a43d1af3a76f6e8860fca301' $md5sums)
-fi
+source_i686=("https://github.com/alkasir/alkasir/releases/download/$pkgver/alkasir-client_linux-$_arch.tar.gz")
+source_x86_64=("https://github.com/alkasir/alkasir/releases/download/$pkgver/alkasir-client_linux-$_arch.tar.gz")
+
+md5sums_x86_64=('8490b46497d51de548341cf81d7989ee')
+md5sums_i686=('0c51a3a0a43d1af3a76f6e8860fca301')
install="alkasir-client.install"