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 7c6a81a9542f..6b26574817e2 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.16.1
+ pkgver = 1.17
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.16.1.tar.gz
- sha256sums = a705068a8e94bdf033633c240efc78cf4574d1f71364515cf16f1e9aa9e951bb
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.17.tar.gz
+ sha256sums = 0c35edfcff69977934ae02e8e8078272facf629fe8cdcafc3d5fc85f20064ce1
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index 53929b904dcd..5dacbb5fdbb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.16.1
+pkgver=1.17
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=('a705068a8e94bdf033633c240efc78cf4574d1f71364515cf16f1e9aa9e951bb')
+sha256sums=('0c35edfcff69977934ae02e8e8078272facf629fe8cdcafc3d5fc85f20064ce1')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')