summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2019-02-22 17:12:26 +0500
committerDmitry Kharitonov2019-02-22 17:12:26 +0500
commit49eb401e89b1172d14c5fde8f5b4b969a423711c (patch)
tree195bd6aac7e49283c73a1f8b9abaa2f9b44194ce
parentf7a150d98c731750553869bd4f69855792392ad7 (diff)
downloadaur-49eb401e89b1172d14c5fde8f5b4b969a423711c.tar.gz
1.11.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 109f083826da..d25dcea9ce37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bcrawl
pkgdesc = Continuation of X-Crawl fork of Dungeon Crawl Stone Soup roguelike with new content
- pkgver = 1.11.4
- pkgrel = 2
+ pkgver = 1.11.5
+ pkgrel = 1
url = https://github.com/b-crawl/bcrawl
arch = i686
arch = x86_64
@@ -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.11.4.tar.gz
- sha256sums = 0dc542e010f42e5f800eb19b91b9b913e901f51c4efcd4367de3a93da5022a10
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.11.5.tar.gz
+ sha256sums = 1193962e70213d95bd4dafe658a9a4ae4206d5e8f214321ed18dcae28dd85cb4
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index 1ce4e94f3b3c..c5c8ba6e632b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.11.4
-pkgrel=2
+pkgver=1.11.5
+pkgrel=1
pkgdesc='Continuation of X-Crawl fork of Dungeon Crawl Stone Soup roguelike with new content'
arch=('i686' 'x86_64')
url='https://github.com/b-crawl/bcrawl'
@@ -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=('0dc542e010f42e5f800eb19b91b9b913e901f51c4efcd4367de3a93da5022a10')
+sha256sums=('1193962e70213d95bd4dafe658a9a4ae4206d5e8f214321ed18dcae28dd85cb4')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')