summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2020-05-31 21:31:50 +0500
committerDmitry Kharitonov2020-05-31 21:31:50 +0500
commit72c67b1b01c8f5393ae3975618e63f7e9445c258 (patch)
tree5ac1cd66b19124ea2959962a002de4b9c246570c
parenta5f344422f5bbd418d4b28c0b34c4567d1f7a1b2 (diff)
downloadaur-72c67b1b01c8f5393ae3975618e63f7e9445c258.tar.gz
1.23.3\
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8dca7aa7085..8995e92e8a1b 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.23.2
+ pkgver = 1.23.3
pkgrel = 1
url = https://github.com/b-crawl/bcrawl
arch = i686
@@ -26,8 +26,8 @@ pkgbase = bcrawl
conflicts = crawl
conflicts = stone-soup-tile
conflicts = bcrawl-git
- source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.23.2.tar.gz
- sha256sums = 2245b296a16bdea18c45cc31c90b78ed1317250cc2c32292b4edf34cd148dbc1
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.23.3.tar.gz
+ sha256sums = 38ea9738247b31f13bb0adf3c58b59564c2aa26e5013749f3924ea6d24f394e0
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index cd9632ba3859..eb09af80910b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.23.2
+pkgver=1.23.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=('2245b296a16bdea18c45cc31c90b78ed1317250cc2c32292b4edf34cd148dbc1')
+sha256sums=('38ea9738247b31f13bb0adf3c58b59564c2aa26e5013749f3924ea6d24f394e0')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')