summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastien Duthil2016-05-13 21:16:23 -0400
committerSebastien Duthil2016-05-13 21:16:23 -0400
commit5eddba0c2f44adb03eefe56c5ab68fd93dd32bdc (patch)
tree0ed68a4ae082354be875b22be1a3ea973bc801a1 /PKGBUILD
parent1dea073534e3903aee4a8e59485bc462391814a2 (diff)
downloadaur-5eddba0c2f44adb03eefe56c5ab68fd93dd32bdc.tar.gz
add tarball search location
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e1fe453fd38..a219a2408b7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=factorio
pkgver=0.12.33
-pkgrel=1
+pkgrel=2
pkgdesc="A 2D game about building and maintaining factories."
arch=('i686' 'x86_64')
url="http://www.factorio.com/"
@@ -20,6 +20,7 @@ elif test "$CARCH" == x86_64; then
fi
_gamepkg=factorio_alpha_${__factorio_arch}_$pkgver.tar.gz
_pkgpaths_tries=("$startdir"
+ "$SRCDEST"
"$HOME/Downloads")
build() {