summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2021-01-31 20:03:29 +0500
committerDmitry Kharitonov2021-01-31 20:03:29 +0500
commitffece7eb7c7bbbcb12de6f264b273cf166b38a12 (patch)
tree40a2c4041d216376caca14cd2b62e7628d11d4b9
parente8c6c8c5ca693165bc8c082dd4d79b3d9a3ede5b (diff)
downloadaur-ffece7eb7c7bbbcb12de6f264b273cf166b38a12.tar.gz
1.28.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd1a5220dd16..67ba056569f6 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.28.4
+ pkgver = 1.28.5
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.28.4.tar.gz
- sha256sums = af21cb4849b4f0388e6ca7190dca95347fe06afdd52e92bcaed01b8b99c1df11
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.28.5.tar.gz
+ sha256sums = cd67813d465809a4311e66159ff95fbf5c2ba9d248127f2fb08a8730138329cf
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index f486cc3bf04d..4e2f1442e6d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.28.4
+pkgver=1.28.5
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=('af21cb4849b4f0388e6ca7190dca95347fe06afdd52e92bcaed01b8b99c1df11')
+sha256sums=('cd67813d465809a4311e66159ff95fbf5c2ba9d248127f2fb08a8730138329cf')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')