summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2020-06-15 14:15:10 +0500
committerDmitry Kharitonov2020-06-15 14:15:10 +0500
commit86aad2d260533650a7e64ebe17af39c327ed2ae4 (patch)
tree399490c85e74bb8371c33bf76b8e21ffeaa10e57
parent240f0a5af0f9f8e02a335dba92039cd3932143a3 (diff)
downloadaur-86aad2d260533650a7e64ebe17af39c327ed2ae4.tar.gz
1.24.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a8d18270fb1..62eb092625fe 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.24
+ pkgver = 1.24.1
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.24.tar.gz
- sha256sums = 6e56920abcc771ba3e8dfcaf9bb717e38afb8b29a877cee9d317d44b6611d515
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.24.1.tar.gz
+ sha256sums = ced37ec88193c1ae34eca2cd8a00da82492553fae583eb941f205943aaff6811
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index f74a53a3ca3e..dcc703bb3153 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.24
+pkgver=1.24.1
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=('6e56920abcc771ba3e8dfcaf9bb717e38afb8b29a877cee9d317d44b6611d515')
+sha256sums=('ced37ec88193c1ae34eca2cd8a00da82492553fae583eb941f205943aaff6811')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')