summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Duthil2016-05-13 21:16:23 -0400
committerSebastien Duthil2016-05-13 21:16:23 -0400
commit5eddba0c2f44adb03eefe56c5ab68fd93dd32bdc (patch)
tree0ed68a4ae082354be875b22be1a3ea973bc801a1
parent1dea073534e3903aee4a8e59485bc462391814a2 (diff)
downloadaur-5eddba0c2f44adb03eefe56c5ab68fd93dd32bdc.tar.gz
add tarball search location
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db8d3c692692..cd3f4b3926f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = factorio
pkgdesc = A 2D game about building and maintaining factories.
pkgver = 0.12.33
- pkgrel = 1
+ pkgrel = 2
url = http://www.factorio.com/
arch = i686
arch = x86_64
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() {