summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2021-10-07 16:12:17 +0500
committerDmitry Kharitonov2021-10-07 16:12:17 +0500
commitc59809cd45f61dae7de816576f5540aaf238a672 (patch)
tree55e94bfd8d1cca8012d1d4be170f1d46302d1042
parent460b5abd2a4bbed8c0d5e5272a03ddbce317ed57 (diff)
downloadaur-c59809cd45f61dae7de816576f5540aaf238a672.tar.gz
1.34.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78e6052ee253..3d155bf2eaa8 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.2
+ pkgver = 1.34.3
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.2.tar.gz
- sha256sums = 4420996ad25a9583f711ec9a7a68b8b09fc202fac52e147264653d7178dcd643
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.34.3.tar.gz
+ sha256sums = eacf75de779028cd22260c46ed21e2dce123d61ebbd98ae234aed62ea810aa03
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index 698a753a038f..e2a444430e7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <arch[at]nano-model[dot]com>
pkgname=bcrawl
-pkgver=1.34.2
+pkgver=1.34.3
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=('4420996ad25a9583f711ec9a7a68b8b09fc202fac52e147264653d7178dcd643')
+sha256sums=('eacf75de779028cd22260c46ed21e2dce123d61ebbd98ae234aed62ea810aa03')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')