summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarzid2016-12-08 16:02:21 -0600
committerLarzid2016-12-08 16:02:21 -0600
commit33ca0d6b363e595369dd7ccd8bebb9e60ccfccb0 (patch)
tree80b1e7ce095b23e8375d25a18a643de9ba25abb2
parent04bd05d9733a9c659c8df4b39021f19533a671d2 (diff)
downloadaur-33ca0d6b363e595369dd7ccd8bebb9e60ccfccb0.tar.gz
Version 0.5.7
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 130d52121e80..686575fe8733 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sotw
pkgdesc = Shadow Of The Wyrm is a single player, traditional roguelike by Julian Day.
- pkgver = 0.5.6.1
+ pkgver = 0.5.7
pkgrel = 1
url = http://www.shadowofthewyrm.org/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index edc700679e36..6edca2264aab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: Larzid <juanitocampamocha@gmail.com>
pkgname=sotw
-pkgver=0.5.6.1
+pkgver=0.5.7
pkgrel=1
epoch=
pkgdesc="Shadow Of The Wyrm is a single player, traditional roguelike by Julian Day."
@@ -52,4 +52,4 @@ package() {
cp -R ${srcdir}/shadow-of-the-wyrm/sotw/scripts ${pkgdir}/usr/share/shadow-of-the-wyrm/sotw/scripts
cp -R ${srcdir}/shadow-of-the-wyrm/sotw/texts ${pkgdir}/usr/share/shadow-of-the-wyrm/sotw/texts
install -D ${srcdir}/shadow-of-the-wyrm/sotw.sh ${pkgdir}/usr/bin/sotw
-} \ No newline at end of file
+}