summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2020-03-22 15:09:47 +0500
committerDmitry Kharitonov2020-03-22 15:09:47 +0500
commit293161ffac9abb1edb5c17d5b73403577dce8b38 (patch)
tree8386898de124aeb92132cac7c2afcc9bfb0a9aa3
parent78e1a3b2593ceb47db05a5ffb6f9af82bbb7fe08 (diff)
downloadaur-293161ffac9abb1edb5c17d5b73403577dce8b38.tar.gz
1.21.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f2469d2b7ec..3164f7d89d54 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.21.2
+ pkgver = 1.21.3
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.21.2.tar.gz
- sha256sums = 861e94d9cdebcc25c76e693ea1cb2836342b37ed5cc318669cbe5d8c63d5300b
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.21.3.tar.gz
+ sha256sums = 1e9669c410a260684b988020596aee1ed86d1c194751844d56b9c0e6b3450e77
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index 59e797f1fda5..2594401293a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.21.2
+pkgver=1.21.3
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=('861e94d9cdebcc25c76e693ea1cb2836342b37ed5cc318669cbe5d8c63d5300b')
+sha256sums=('1e9669c410a260684b988020596aee1ed86d1c194751844d56b9c0e6b3450e77')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')