summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordc2021-09-20 16:34:53 +0200
committerdc2021-09-20 16:34:53 +0200
commit1b44ad50766fc9c055d32e65247aea416774134a (patch)
treed90d57119ee2d50a906a1cca5674681f49dc8200
parentb51dfbb75f44598c12a08b7a311ed8aeeee48b60 (diff)
downloadaur-1b44ad50766fc9c055d32e65247aea416774134a.tar.gz
Update to 20210918-fix
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 980e90b76b45..893897c36c3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,10 +19,7 @@ md5sums=('23235e636d60c380aa1631b44fabbb6b'
'f51bc71ef665266ae68ce134892ca612'
'956a47cde4334a8cdaf7362df6777009')
-if [[ $CARCH == 'i686' ]]; then
- source+=("http://www.siedler25.org/uploads/stable/${pkgname}_${pkgsubver}-${build}-linux.i386.tar.bz2")
- md5sums+=('6feec68e1f229e856ce6b9d6bbfef006')
-elif [[ $CARCH == 'x86_64' ]]; then
+if [[ $CARCH == 'x86_64' ]]; then
source+=("http://www.siedler25.org/uploads/stable/${pkgname}_${pkgsubver}-${build}-linux.x86_64.tar.bz2")
md5sums+=('956a47cde4334a8cdaf7362df6777009')
fi