summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
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