summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2020-07-14 00:14:03 +0500
committerDmitry Kharitonov2020-07-14 00:14:03 +0500
commitefe6315e75e0633fe4f647ccb89c3c131c9c0d9e (patch)
treeb1f6c634ae2c57850b40203734d8bdd60e6fed68
parent95f753d44a9052738dca2d66ac4dd4b6dfb9126a (diff)
downloadaur-efe6315e75e0633fe4f647ccb89c3c131c9c0d9e.tar.gz
1.27.1b
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b39e72f5045d..7e62be5b4d17 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.27.1
+ pkgver = 1.27.1b
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.27.1.tar.gz
- sha256sums = 1b646e6259039a70576018b581c8abb6ff4ef50991d05e4a3282f682753b1188
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.27.1b.tar.gz
+ sha256sums = 794253b95e719f0ae5e2ab0bd110f94ec216801ecaa2bccb554e3177003f64d1
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index 71dbc1364722..0b3f0d5ed159 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.27.1
+pkgver=1.27.1b
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=('1b646e6259039a70576018b581c8abb6ff4ef50991d05e4a3282f682753b1188')
+sha256sums=('794253b95e719f0ae5e2ab0bd110f94ec216801ecaa2bccb554e3177003f64d1')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')