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 4a3a805e1ee1..a12c7dbe17cc 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.13.3
+ pkgver = 1.13.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.13.3.tar.gz
- sha256sums = f4ce39ce1015cf7ce012243f32d24288cd437b20746b15eaddaedd55ea3c9ebe
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.13.4.tar.gz
+ sha256sums = d1e348e5b899ed553f473a043173bd70404f88fb42f27c17b9fe429cdd7a7f3e
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index a3ce7bf7da7f..9f9c638b837b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.13.3
+pkgver=1.13.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=('f4ce39ce1015cf7ce012243f32d24288cd437b20746b15eaddaedd55ea3c9ebe')
+sha256sums=('d1e348e5b899ed553f473a043173bd70404f88fb42f27c17b9fe429cdd7a7f3e')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')