summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2017-04-10 15:31:14 +0500
committerDmitry Kharitonov2017-04-10 15:31:14 +0500
commit90ebef544bc7dc73791e608400b6bde3475e783e (patch)
treef83eb2a31d93301b155f03438a397771e06c0426
parentd463b51ebcbc341cc79b742c074b57f0b93a2a23 (diff)
downloadaur-90ebef544bc7dc73791e608400b6bde3475e783e.tar.gz
Saves should go into ~/.yiufcrawl, not into pwd
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5bc9b868f00..bb79de96ad04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Apr 5 06:37:41 UTC 2017
+# Mon Apr 10 10:30:25 UTC 2017
pkgbase = stone-soup-yiuf
pkgdesc = A fork of Dungeon Crawl Stone Soup roguelike with old races recovered
pkgver = 1.5.4a0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/yrmvgh/yiufcrawl
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 20cc48714710..0515f3b5282b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=stone-soup-yiuf
pkgver=1.5.4a0
-pkgrel=1
+pkgrel=2
pkgdesc='A fork of Dungeon Crawl Stone Soup roguelike with old races recovered'
arch=('i686' 'x86_64')
url='https://github.com/yrmvgh/yiufcrawl'
@@ -44,6 +44,7 @@ package() {
make DESTDIR="${pkgdir}" \
DATADIR="/usr/share/${pkgname}/data" \
+ SAVEDIR="~/.yiufcrawl" \
USE_UNICODE=y \
TILES=y \
install
@@ -56,6 +57,7 @@ package() {
make DESTDIR="${pkgdir}" \
DATADIR="/usr/share/${pkgname}/data" \
+ SAVEDIR="~/.yiufcrawl" \
USE_UNICODE=y \
install