summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5cfc7b62b57..c621e9a98dad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sebastien Duthil <duthils@free.fr>
pkgname=rimworld
-pkgver=0.14.1241 # see ${srcdir}/Version.txt
+pkgver=0.14.1249 # see ${srcdir}/Version.txt
pkgrel=1
pkgdesc="A sci-fi colony simulation game driven by an intelligent AI storyteller."
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ if test "$CARCH" == i686; then
elif test "$CARCH" == x86_64; then
_rimworld_arch=x86_64
fi
-_gamepkg=RimWorldAlpha14dLinux.zip
+_gamepkg=RimWorldAlpha14eLinux.zip
_pkgpaths_tries=("$startdir"
"$HOME/Downloads")