summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Duthil2016-07-21 17:31:54 -0400
committerSebastien Duthil2016-07-21 17:31:54 -0400
commitf99c3f542def695474b4012faefa477770766ad5 (patch)
treeb02d489f1704d038823f9036447673a21479c129
parent8896f080e7c684138a309cab50683e0618ecb3f5 (diff)
downloadaur-f99c3f542def695474b4012faefa477770766ad5.tar.gz
fix unzip command
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 078a2548e72f..4f59fcfad63c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rimworld
pkgdesc = A sci-fi colony simulation game driven by an intelligent AI storyteller.
pkgver = 0.14.1238
- pkgrel = 1
+ pkgrel = 2
url = http://rimworldgame.com/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f1bdb78b1ef1..8ab7b4da598c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=rimworld
pkgver=0.14.1238 # see ${srcdir}/Version.txt
-pkgrel=1
+pkgrel=2
pkgdesc="A sci-fi colony simulation game driven by an intelligent AI storyteller."
arch=('i686' 'x86_64')
url="http://rimworldgame.com/"
@@ -46,7 +46,7 @@ build() {
# unpack game zipfile
msg "Found game package, unpacking..."
- unzip -u "${pkgpath}/${_gamepkg}" -d "${srcdir}" -x 'RimWorld1234Linux/Mods/Core/Languages/Russian/*RimWorld/*'
+ unzip -u "${pkgpath}/${_gamepkg}" -d "${srcdir}" -x 'RimWorld*Linux/Mods/Core/Languages/Russian/*RimWorld/*'
}
package() {