summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Anderson2018-08-10 17:50:40 -0400
committerSean Anderson2018-08-10 17:50:40 -0400
commit172b3122bcdb5a0f13b4a8a85e86caf283ebd991 (patch)
tree63c3cfa67eeb650d7b0e46f7d89eda8728af0e8e
parent42ae85766d169017854ca0e4bb382bd9f450065a (diff)
downloadaur-172b3122bcdb5a0f13b4a8a85e86caf283ebd991.tar.gz
0.22 -> 0.22.0
... don't ask ...
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 867a87c3f7dd..728442df7265 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = crawl-tiles
pkgdesc = Dungeon Crawl Stone Soup with graphical tiles and sound support
- pkgver = 0.21.1
- pkgrel = 2
+ pkgver = 0.22.0
+ pkgrel = 1
url = https://crawl.develz.org/
arch = i686
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = crawl-tiles
depends = glu
provides = crawl
conflicts = crawl
- source = https://github.com/crawl/crawl/archive/0.21.1.tar.gz
- md5sums = 634808232f0811c7f16594a8c35d8b72
+ source = https://github.com/crawl/crawl/archive/0.22.0.tar.gz
+ md5sums = 097b897d53f42f0ed2aff13ff1746738
pkgname = crawl-tiles
diff --git a/PKGBUILD b/PKGBUILD
index 15643e36c184..33ab9d281e62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
# Maintainer: Sean Anderson <seanga2@gmail.com>
_srcname=crawl
pkgname=crawl-tiles
-pkgver=0.21.1
-pkgrel=2
+pkgver=0.22.0
+pkgrel=1
epoch=
pkgdesc="Dungeon Crawl Stone Soup with graphical tiles and sound support"
arch=('i686' 'x86_64')
@@ -29,7 +29,7 @@ conflicts=('crawl')
backup=()
options=()
source=("https://github.com/crawl/$_srcname/archive/$pkgver.tar.gz")
-md5sums=('634808232f0811c7f16594a8c35d8b72')
+md5sums=('097b897d53f42f0ed2aff13ff1746738')
prepare() {
gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name "Crawl tiles" --categories "Application;Game" --exec "crawl"