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 3d155bf2eaa8..448c1049535c 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.34.3
+ pkgver = 1.36.4
pkgrel = 1
url = https://github.com/b-crawl/bcrawl
arch = i686
@@ -27,7 +27,7 @@ pkgbase = bcrawl
conflicts = crawl
conflicts = stone-soup-tile
conflicts = bcrawl-git
- source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.34.3.tar.gz
- sha256sums = eacf75de779028cd22260c46ed21e2dce123d61ebbd98ae234aed62ea810aa03
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.36.4.tar.gz
+ sha256sums = 68a093d968acf82ccbd77e52521121c63a15cf5b4b19435074c251375336d5f6
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index e2a444430e7f..e3f7397ac38d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <arch[at]nano-model[dot]com>
pkgname=bcrawl
-pkgver=1.34.3
+pkgver=1.36.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=('eacf75de779028cd22260c46ed21e2dce123d61ebbd98ae234aed62ea810aa03')
+sha256sums=('68a093d968acf82ccbd77e52521121c63a15cf5b4b19435074c251375336d5f6')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')