summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2021-03-25 14:56:09 +0500
committerDmitry Kharitonov2021-03-25 14:56:09 +0500
commita49ac00839580b6cc183c2f044f710e6a64d2e74 (patch)
tree8e0d8aa88e78149d0c3cef5628dd5ebb4021b74a
parente0996b448c6949c40b5c3e7c4d65e3c1c0d30690 (diff)
downloadaur-a49ac00839580b6cc183c2f044f710e6a64d2e74.tar.gz
1.31.1b
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a136fd65d057..65dfcb58f5f2 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.31.1
+ pkgver = 1.31.1b
pkgrel = 1
url = https://github.com/b-crawl/bcrawl
arch = i686
@@ -27,8 +27,8 @@ pkgbase = bcrawl
conflicts = crawl
conflicts = stone-soup-tile
conflicts = bcrawl-git
- source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.31.1.tar.gz
- sha256sums = 50c721c2639300e867976dccb740550da98c438969f4152b87fd851f20d8aa02
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.31.1b.tar.gz
+ sha256sums = 34a299e4338287cb2aa2f31aa7beef0ed68e2cf49ad83e9f21a6cb7e65165ef2
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index 571ed947da92..8c8b24289781 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.31.1
+pkgver=1.31.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=('50c721c2639300e867976dccb740550da98c438969f4152b87fd851f20d8aa02')
+sha256sums=('34a299e4338287cb2aa2f31aa7beef0ed68e2cf49ad83e9f21a6cb7e65165ef2')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')