summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2019-09-25 05:52:41 +0500
committerDmitry Kharitonov2019-09-25 05:52:41 +0500
commitca43ec3dcaa4506a32fa7c2c8d96ffe1b7c3a16f (patch)
tree042c520ed39fa21bb752b48a883079cb36c8e697
parent868dcbc0e1d386b32d07738222f96ae87378c10d (diff)
downloadaur-ca43ec3dcaa4506a32fa7c2c8d96ffe1b7c3a16f.tar.gz
0.15.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44ddff44b53a..bb3236ad0914 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.15
+ pkgver = 1.15.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.15.tar.gz
- sha256sums = 123d1ddf5a8b7cbe88f8832113bd42f54d347c92bb3c26028beb43bad7e34202
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.15.1.tar.gz
+ sha256sums = 14d065424cf63d77b1adc9dc844396882630be977dbbc98e269dcbf7b8c144f8
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index 9aeb3bea668e..8920c5eef3ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.15
+pkgver=1.15.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=('123d1ddf5a8b7cbe88f8832113bd42f54d347c92bb3c26028beb43bad7e34202')
+sha256sums=('14d065424cf63d77b1adc9dc844396882630be977dbbc98e269dcbf7b8c144f8')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')