summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2021-03-14 18:15:31 +0500
committerDmitry Kharitonov2021-03-14 18:15:31 +0500
commita788123e8fd9623b94587bbf919b3aa58fba87ec (patch)
treec31c215e10e962cd5a30116f032277af42383a11
parent7df354e58385d81aa265789ffc9e94df2abcca48 (diff)
downloadaur-a788123e8fd9623b94587bbf919b3aa58fba87ec.tar.gz
1.30.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5aabe0f0c57..48982c140398 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.30
+ pkgver = 1.30.1
pkgrel = 1
url = https://github.com/b-crawl/bcrawl
arch = i686
@@ -27,8 +27,8 @@ pkgbase = bcrawl
conflicts = crawl
conflicts = stone-soup-tile
conflicts = bcrawl-git
- source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.30.tar.gz
- sha256sums = 9fe9a2f965bcde3826bfe0348ba969f9e557789d126ae109afcb67538284a363
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.30.1.tar.gz
+ sha256sums = 82a3c8cd4f5de7d87e2350b1d5d9fc9d453b25eb67f6907d2f22caf3f6091416
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index 1bd9891278ad..76669153b3da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.30
+pkgver=1.30.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=('9fe9a2f965bcde3826bfe0348ba969f9e557789d126ae109afcb67538284a363')
+sha256sums=('82a3c8cd4f5de7d87e2350b1d5d9fc9d453b25eb67f6907d2f22caf3f6091416')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')