summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d57fd9895303..605c2cbf0084 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=rimworld
pkgver=0.13.1135 # see ${srcdir}/Version.txt
-pkgrel=4
+pkgrel=5
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 -f "${pkgpath}/${_gamepkg}" -d "${srcdir}"
+ unzip -u "${pkgpath}/${_gamepkg}" -d "${srcdir}"
}
package() {