summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2020-06-07 16:15:36 +0500
committerDmitry Kharitonov2020-06-07 16:15:36 +0500
commit769c3bb2b9f3e7fa8ec1e420c423ea76ade57e42 (patch)
tree534fb8a6ec522a97a30e5feb28a397e6125710c6
parent72c67b1b01c8f5393ae3975618e63f7e9445c258 (diff)
downloadaur-769c3bb2b9f3e7fa8ec1e420c423ea76ade57e42.tar.gz
1.23.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8995e92e8a1b..6ca065ddd414 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.3
+ pkgver = 1.23.4
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.3.tar.gz
- sha256sums = 38ea9738247b31f13bb0adf3c58b59564c2aa26e5013749f3924ea6d24f394e0
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.23.4.tar.gz
+ sha256sums = 4c22e8bfa4cd3474cbffdfabe9bdb9548ea4cb80fc18d71f7820af7197226700
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index eb09af80910b..f7e59f21ee21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.23.3
+pkgver=1.23.4
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=('38ea9738247b31f13bb0adf3c58b59564c2aa26e5013749f3924ea6d24f394e0')
+sha256sums=('4c22e8bfa4cd3474cbffdfabe9bdb9548ea4cb80fc18d71f7820af7197226700')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')