summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2019-12-17 14:44:25 +0500
committerDmitry Kharitonov2019-12-17 14:44:25 +0500
commit8c1f884e29327d7e6ffc23a890304d3efa1248e3 (patch)
treeefcd0086028866f564548c434d92beacd082a05f
parent971d5cf196d099a8f002138149c94259a5b69ce6 (diff)
downloadaur-8c1f884e29327d7e6ffc23a890304d3efa1248e3.tar.gz
1.19.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c8b16d9e2ac..56327027ad0b 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.19.1
+ pkgver = 1.19.2
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.19.1.tar.gz
- sha256sums = a866df7f8ff6308e56550d6650e9f3875332155e3385e1e90063bf60921fcffb
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.19.2.tar.gz
+ sha256sums = 449467ca49e3b1e7421b19a9b94739730f7cd8ebdb6a3360a9f69d8acbf481c1
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index 99bcab41f919..4575811c2a31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.19.1
+pkgver=1.19.2
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=('a866df7f8ff6308e56550d6650e9f3875332155e3385e1e90063bf60921fcffb')
+sha256sums=('449467ca49e3b1e7421b19a9b94739730f7cd8ebdb6a3360a9f69d8acbf481c1')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')