summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2019-10-10 15:50:45 +0500
committerDmitry Kharitonov2019-10-10 15:50:45 +0500
commit6157a05a8c92d90cd125bdb02c2c9d8c206b787c (patch)
tree65c1d811d00f9d3292451d49f19ec88e0956f2b1
parent36376c0784b15c13c58e6985f51c50e0e56d971c (diff)
downloadaur-6157a05a8c92d90cd125bdb02c2c9d8c206b787c.tar.gz
1.16.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51a3b0d305a1..7c6a81a9542f 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
+ pkgver = 1.16.1
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.tar.gz
- sha256sums = 6e928f4bbcaf3664f69bfb55705738e2f46ee423db79d1e5e9e02acfcc7a8748
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.16.1.tar.gz
+ sha256sums = a705068a8e94bdf033633c240efc78cf4574d1f71364515cf16f1e9aa9e951bb
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index b37b5cde7ffa..53929b904dcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.16
+pkgver=1.16.1
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=('6e928f4bbcaf3664f69bfb55705738e2f46ee423db79d1e5e9e02acfcc7a8748')
+sha256sums=('a705068a8e94bdf033633c240efc78cf4574d1f71364515cf16f1e9aa9e951bb')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')