summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastien Duthil2016-07-21 18:13:27 -0400
committerSebastien Duthil2016-07-21 18:13:41 -0400
commit3c568899841d5ee226c948159506ae48a5e6c83b (patch)
tree02d37b13067120f46747cc583f53c2dc5aee6c3d /PKGBUILD
parentf99c3f542def695474b4012faefa477770766ad5 (diff)
downloadaur-3c568899841d5ee226c948159506ae48a5e6c83b.tar.gz
update to alpha 14d
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ab7b4da598c..c5cfc7b62b57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sebastien Duthil <duthils@free.fr>
pkgname=rimworld
-pkgver=0.14.1238 # see ${srcdir}/Version.txt
-pkgrel=2
+pkgver=0.14.1241 # see ${srcdir}/Version.txt
+pkgrel=1
pkgdesc="A sci-fi colony simulation game driven by an intelligent AI storyteller."
arch=('i686' 'x86_64')
url="http://rimworldgame.com/"
@@ -18,7 +18,7 @@ if test "$CARCH" == i686; then
elif test "$CARCH" == x86_64; then
_rimworld_arch=x86_64
fi
-_gamepkg=RimWorldAlpha14cLinux.zip
+_gamepkg=RimWorldAlpha14dLinux.zip
_pkgpaths_tries=("$startdir"
"$HOME/Downloads")