summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2020-10-23 18:17:25 +0500
committerDmitry Kharitonov2020-10-23 18:17:25 +0500
commit50d3eb2363af4d8d1bbb0021394a7cda1c5c0107 (patch)
treeea56a4f8c1f31df53ee2e3cd30bae4bd3771cbf2
parent5e2b02290ce8403fbfc4fe66fc5d5491423c79c2 (diff)
downloadaur-50d3eb2363af4d8d1bbb0021394a7cda1c5c0107.tar.gz
1.27.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b04306488c0..d5cf1c54ec47 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.7
+ pkgver = 1.27.8
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.7.tar.gz
- sha256sums = 7851823be42a0e490d8f1498c449a5a6adc3e9ee5bb6f4d93978cbd2d5a7d6bb
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.27.8.tar.gz
+ sha256sums = a6956e5aac750d1bf52f3f2f495c04bea09dd1d92958fc3fad6094eade8a8849
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index 93a188de4197..ce605deb639b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.27.7
+pkgver=1.27.8
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=('7851823be42a0e490d8f1498c449a5a6adc3e9ee5bb6f4d93978cbd2d5a7d6bb')
+sha256sums=('a6956e5aac750d1bf52f3f2f495c04bea09dd1d92958fc3fad6094eade8a8849')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')