summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2021-02-09 03:27:24 +0500
committerDmitry Kharitonov2021-02-09 03:27:24 +0500
commitae18bdd647c0f30a53e2f574c999258f8348689f (patch)
tree7175c714c6e8a6689de5cc472573ea3791b9c428
parentffece7eb7c7bbbcb12de6f264b273cf166b38a12 (diff)
downloadaur-ae18bdd647c0f30a53e2f574c999258f8348689f.tar.gz
1.29
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67ba056569f6..6607a51d89d3 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.28.5
+ pkgver = 1.29
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.28.5.tar.gz
- sha256sums = cd67813d465809a4311e66159ff95fbf5c2ba9d248127f2fb08a8730138329cf
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.29.tar.gz
+ sha256sums = b97a9b0350aaea67c9e49fa2956060339689f763068f7c1949d98be7266be44b
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index 4e2f1442e6d5..a06e972b49bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.28.5
+pkgver=1.29
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=('cd67813d465809a4311e66159ff95fbf5c2ba9d248127f2fb08a8730138329cf')
+sha256sums=('b97a9b0350aaea67c9e49fa2956060339689f763068f7c1949d98be7266be44b')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')