summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 620dd70314ae..80fe2e0b72a0 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
+ pkgver = 1.23.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.23.tar.gz
- sha256sums = b7ff65fe870943c8650fc7798728b4e4078ce274e42cba3fa804861b5e7d393c
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.23.1.tar.gz
+ sha256sums = 836ed490dc7c0a87e458d33a2ad9acd1be7d2231a95299a5f0cbc113bd6bda7e
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index c9d30ff0c7a1..20dc74ba2e39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.23
+pkgver=1.23.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=('b7ff65fe870943c8650fc7798728b4e4078ce274e42cba3fa804861b5e7d393c')
+sha256sums=('836ed490dc7c0a87e458d33a2ad9acd1be7d2231a95299a5f0cbc113bd6bda7e')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')