summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2021-03-31 18:42:01 +0500
committerDmitry Kharitonov2021-03-31 18:42:01 +0500
commit649f84fc5aece517fec183ba40057d4ec961c149 (patch)
treedef9e59fd4c3e6f923c13cda87066a95caf363fb
parenta49ac00839580b6cc183c2f044f710e6a64d2e74 (diff)
downloadaur-649f84fc5aece517fec183ba40057d4ec961c149.tar.gz
1.31.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65dfcb58f5f2..070592f287d8 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.1b
+ pkgver = 1.31.2
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.1b.tar.gz
- sha256sums = 34a299e4338287cb2aa2f31aa7beef0ed68e2cf49ad83e9f21a6cb7e65165ef2
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.31.2.tar.gz
+ sha256sums = ed15b7b3de393b792d0ed85facdd4a6bcb59d67b86e605c203c7bf5aae3e002c
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index 8c8b24289781..433230cb9a7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.31.1b
+pkgver=1.31.2
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=('34a299e4338287cb2aa2f31aa7beef0ed68e2cf49ad83e9f21a6cb7e65165ef2')
+sha256sums=('ed15b7b3de393b792d0ed85facdd4a6bcb59d67b86e605c203c7bf5aae3e002c')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')