summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2021-02-22 22:12:31 +0500
committerDmitry Kharitonov2021-02-22 22:12:31 +0500
commit3e8422f97de6f1517d80ba8b9736625e59c65708 (patch)
tree471c175c9b01233bd032378558e7072d5e87ce4d
parent889cdea0736036c531854e81f0723e1137a345fa (diff)
downloadaur-3e8422f97de6f1517d80ba8b9736625e59c65708.tar.gz
1.29.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59e2998bf9e8..289cb25a4146 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.29.3
+ pkgver = 1.29.4
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.29.3.tar.gz
- sha256sums = 9999c27d5372b5ab6bd42ee457a6b7496331cf8c8694d7f8315e929dfee4bd8b
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.29.4.tar.gz
+ sha256sums = 9ccd2c1bb01a21770721a475af303050de79cfff13cb442b6832fdb910a73bb5
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index 2b27821a2c1d..27d3fbcede5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.29.3
+pkgver=1.29.4
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=('9999c27d5372b5ab6bd42ee457a6b7496331cf8c8694d7f8315e929dfee4bd8b')
+sha256sums=('9ccd2c1bb01a21770721a475af303050de79cfff13cb442b6832fdb910a73bb5')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')