summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2019-09-05 17:47:41 +0500
committerDmitry Kharitonov2019-09-05 17:47:41 +0500
commit71ab0dddb0b70b2834a37fe43062874fc7660425 (patch)
treee1eb0176b1f6e979a1a617539321c69687a58bd3
parent23c871c8dcc3a35de5380d3aa56279a739bd7983 (diff)
downloadaur-71ab0dddb0b70b2834a37fe43062874fc7660425.tar.gz
1.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60a7b2863ea4..46b0a9709d8a 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.5
+ pkgver = 1.14
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.5.tar.gz
- sha256sums = 6ec337bf2d0194a6cb292c3f82553352e1472e833c2f0f4e5270e564a6a7a8b7
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.14.tar.gz
+ sha256sums = dbbe614f0e91c7c20ada5677beb909f0d43ea9a315d77c754706704487e63e3a
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index 1477d9699084..72847b65871a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.13.5
+pkgver=1.14
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=('6ec337bf2d0194a6cb292c3f82553352e1472e833c2f0f4e5270e564a6a7a8b7')
+sha256sums=('dbbe614f0e91c7c20ada5677beb909f0d43ea9a315d77c754706704487e63e3a')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')