summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2021-08-24 23:16:55 +0500
committerDmitry Kharitonov2021-08-24 23:16:55 +0500
commitd2bc6eecd7cc61e4461f06165b945bbe45ee159a (patch)
tree7c028e2e5e9785a38b26ccac25817e0acc745283
parent4eb01759aa5c114dc2d2c35ce454798420b063a5 (diff)
downloadaur-d2bc6eecd7cc61e4461f06165b945bbe45ee159a.tar.gz
1.33.1b
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5626b31b07e8..ad8a35d4f119 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.33
+ pkgver = 1.33.1b
pkgrel = 1
url = https://github.com/b-crawl/bcrawl
arch = i686
@@ -27,7 +27,7 @@ pkgbase = bcrawl
conflicts = crawl
conflicts = stone-soup-tile
conflicts = bcrawl-git
- source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.33.tar.gz
- sha256sums = ed4143c5b140292cd1d11772774240251130cb193f5436ffb11e44b5e6ff863f
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.33.1b.tar.gz
+ sha256sums = 22fa878d60c5699f8daf28dcbcbe14461b724fefcf74e7bc017ea190538a02b1
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index a06243a33d2c..e1397cfb85e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.33
+pkgver=1.33.1b
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=('ed4143c5b140292cd1d11772774240251130cb193f5436ffb11e44b5e6ff863f')
+sha256sums=('22fa878d60c5699f8daf28dcbcbe14461b724fefcf74e7bc017ea190538a02b1')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')