summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Anderson2018-06-09 16:26:42 -0400
committerSean Anderson2018-06-09 16:26:42 -0400
commitbcb10e63b613caa6cfcbdb248c93f05c994eae2b (patch)
tree90ba98d0f88b361a21987847d89f24b4f51d863a
parent2945f0725b35c984165be0402541634b4d406a49 (diff)
downloadaur-bcb10e63b613caa6cfcbdb248c93f05c994eae2b.tar.gz
Moved save dir from ~/.crawl to ~/.xcrawl
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d65051cee371..2de442b247a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xcrawl-tiles
pkgdesc = Dungeon Crawl Stone Soup Fork developed through a democratic process with graphical tiles and sound support
pkgver = 1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Vajrapani/X-Crawl
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a60afde25efa..e95e8636c85a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_srcname=X-Crawl
pkgname=xcrawl-tiles
pkgver=1.1
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Dungeon Crawl Stone Soup Fork developed through a democratic process with graphical tiles and sound support"
arch=('i686' 'x86_64')
@@ -46,7 +46,7 @@ build() {
bin_prefix=bin \
DATADIR=share/xcrawl \
DESTDIR=$pkgdir \
- SAVEDIR='~/.crawl' \
+ SAVEDIR='~/.xcrawl' \
LUA_PACKAGE=lua51 \
TILES=y \
SOUND=y
@@ -74,7 +74,7 @@ package() {
bin_prefix=bin \
DATADIR=share/xcrawl \
DESTDIR=$pkgdir \
- SAVEDIR='~/.crawl' \
+ SAVEDIR='~/.xcrawl' \
LUA_PACKAGE=lua51 \
TILES=y \
SOUND=y