summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2019-10-18 02:04:33 +0500
committerDmitry Kharitonov2019-10-18 02:04:33 +0500
commit8a0a7e48982f46ec5c7afa2aac30232d3c88d1c2 (patch)
tree228a5e7dea748baf4524c205bf95f60782ce9187
parent0b59e177530b42daab7d0aa400e6cd67f3e8e5bd (diff)
downloadaur-8a0a7e48982f46ec5c7afa2aac30232d3c88d1c2.tar.gz
1.17.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c934201905ce..65cfaeb9a067 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bcrawl
pkgdesc = Continuation of X-Crawl fork of Dungeon Crawl Stone Soup roguelike with new content
- pkgver = 1.17.2
+ pkgver = 1.17.3
pkgrel = 1
url = https://github.com/b-crawl/bcrawl
arch = i686
@@ -26,8 +26,8 @@ pkgbase = bcrawl
conflicts = crawl
conflicts = stone-soup-tile
conflicts = bcrawl-git
- source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.17.2.tar.gz
- sha256sums = 36f1bc3f122e0ca0ad34bde08c879a665f3672856dd13b649559e31beabf296c
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.17.3.tar.gz
+ sha256sums = 4cf50788ee4872c74481bc3529b46af1359f446bd4aeb8fafccb463579505bef
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index 2a435c8d9af5..f3c2b0fb47b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.17.2
+pkgver=1.17.3
pkgrel=1
pkgdesc='Continuation of X-Crawl fork of Dungeon Crawl Stone Soup roguelike with new content'
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ conflicts=('crawl' 'stone-soup-tile' 'bcrawl-git')
provides=('bcrawl')
license=('GPL' 'BSD' 'MIT' 'ZLIB' 'APACHE' 'custom:CC0' 'custom')
source=("https://github.com/b-crawl/bcrawl/archive/bcrawl-${pkgver}.tar.gz")
-sha256sums=('36f1bc3f122e0ca0ad34bde08c879a665f3672856dd13b649559e31beabf296c')
+sha256sums=('4cf50788ee4872c74481bc3529b46af1359f446bd4aeb8fafccb463579505bef')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')