summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2021-09-28 17:42:18 +0500
committerDmitry Kharitonov2021-09-28 17:42:18 +0500
commit460b5abd2a4bbed8c0d5e5272a03ddbce317ed57 (patch)
tree49b2140c35f5916a660e0f5e6f15c4579763b47d
parentafe3c8490bf3ebcb63cc9392c176452f1751dc34 (diff)
downloadaur-460b5abd2a4bbed8c0d5e5272a03ddbce317ed57.tar.gz
1.34.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf2e27a09cc2..78e6052ee253 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.34.1
+ pkgver = 1.34.2
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.34.1.tar.gz
- sha256sums = 399f08ebf8c3732f232c06c0da2c7cde32d87bdd72e9e9d23e157519bfb58cf8
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.34.2.tar.gz
+ sha256sums = 4420996ad25a9583f711ec9a7a68b8b09fc202fac52e147264653d7178dcd643
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index afa3fe24fd47..698a753a038f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <arch[at]nano-model[dot]com>
pkgname=bcrawl
-pkgver=1.34.1
+pkgver=1.34.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=('399f08ebf8c3732f232c06c0da2c7cde32d87bdd72e9e9d23e157519bfb58cf8')
+sha256sums=('4420996ad25a9583f711ec9a7a68b8b09fc202fac52e147264653d7178dcd643')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')