summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAidan Harris2016-11-28 05:14:48 +0000
committerAidan Harris2016-11-28 05:14:48 +0000
commita1cb7e74bd7cf569b223e38328f8949dad07237a (patch)
tree220978019b6325fc6fca643e91aedca98f90eddf /PKGBUILD
parent8535b4ab6fe203f3264ecf7695d66eb9203cbc66 (diff)
downloadaur-alkasir-client.tar.gz
Update sources array for x86_64 and i686
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 6 insertions, 8 deletions
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"