summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucki2019-10-16 15:10:32 +0200
committerLucki2019-10-16 15:10:32 +0200
commitc10a590812fbd249b4238e9e24057d9cee76290c (patch)
tree4f9233446bb557cd0b141740ed733ff104095e07
parente0f927ed05294a033020d7b87f493b72aa950976 (diff)
downloadaur-c10a590812fbd249b4238e9e24057d9cee76290c.tar.gz
upgpkg: unknown-horizons 2019.1-3
More precise user dir
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65cf87cd8d01..7e8e2dda511d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = unknown-horizons
pkgdesc = 2D realtime strategy simulation with an emphasis on economy and city building.
pkgver = 2019.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.unknown-horizons.org/
changelog = .CHANGELOG
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 2affd72b8dee..333d542d63c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=unknown-horizons
pkgver=2019.1
-pkgrel=2
+pkgrel=3
pkgdesc="2D realtime strategy simulation with an emphasis on economy and city building."
arch=('any')
url="http://www.unknown-horizons.org/"
@@ -24,11 +24,11 @@ sha512sums=('87ae37442ee0b80130c7a75c7eeb7c0ef6c50f3e6b2616db32e6381ace5068729ab
# step
build() {
cd "$srcdir/$pkgname-$pkgver"
- # HOME="$srcdir/python" python setup.py build
- HOME="$srcdir/python" python horizons/engine/generate_atlases.py 2048
+ # UH_USER_DIR="$srcdir/UH_USER_DIR" python setup.py build
+ UH_USER_DIR="$srcdir/UH_USER_DIR" python horizons/engine/generate_atlases.py 2048
}
package() {
cd "$srcdir/$pkgname-$pkgver"
- HOME="$srcdir/python" python setup.py install --root="$pkgdir/" --optimize=1 #--skip-build
+ UH_USER_DIR="$srcdir/UH_USER_DIR" python setup.py install --root="$pkgdir/" --optimize=1 #--skip-build
}