summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a98a551bb8bb..3f646c670bb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xcrawl-tiles
pkgdesc = Dungeon Crawl Stone Soup Fork developed through a democratic process with graphical tiles and sound support
- pkgver = 1.2
+ pkgver = 1.3
pkgrel = 1
url = https://github.com/Vajrapani/X-Crawl
arch = i686
@@ -13,8 +13,8 @@ pkgbase = xcrawl-tiles
depends = lua51
depends = sqlite
depends = glu
- source = https://github.com/Vajrapani/X-Crawl/archive/v1.2.tar.gz
- md5sums = 2aef768ebbad2838211b5feba1f770db
+ source = https://github.com/Vajrapani/X-Crawl/archive/v1.3.tar.gz
+ md5sums = 5134db88ec4ac96a6495304224ff5c26
pkgname = xcrawl-tiles
diff --git a/PKGBUILD b/PKGBUILD
index fd18e2316fae..3e6c2ff67446 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Maintainer: Sean Anderson <seanga2@gmail.com>
_srcname=X-Crawl
pkgname=xcrawl-tiles
-pkgver=1.2
+pkgver=1.3
pkgrel=1
epoch=
pkgdesc="Dungeon Crawl Stone Soup Fork developed through a democratic process with graphical tiles and sound support"
@@ -29,7 +29,7 @@ conflicts=()
backup=()
options=()
source=("https://github.com/Vajrapani/X-Crawl/archive/v$pkgver.tar.gz")
-md5sums=('2aef768ebbad2838211b5feba1f770db')
+md5sums=('5134db88ec4ac96a6495304224ff5c26')
prepare() {
gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name "X-Crawl tiles" --categories "Application;Game" --exec "xcrawl"