summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2020-06-26 15:33:00 +0500
committerDmitry Kharitonov2020-06-26 15:33:21 +0500
commit54a90a8c96cb85beb3b53e7ced34337ee7f91c92 (patch)
tree3fa82c9c8bcab3f3c625bd6b6dbd39c24bb1a778
parentf7e5627cd207cf4549b4d7ec156e4d32f179eab8 (diff)
downloadaur-54a90a8c96cb85beb3b53e7ced34337ee7f91c92.tar.gz
1.25
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cae451578431..a4352df88c75 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.24.3
+ pkgver = 1.25
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.24.3.tar.gz
- sha256sums = 26070a745c6e8fcddce45eb87026a2e553d4449c54a8627cee76608916083cad
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.25.tar.gz
+ sha256sums = dd2671dc4690a3f4a9d2736ab76c1162331e93b7d6e65e8122b6af5498dd4e33
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index 44d9e50a1824..852fb980a6b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.24.3
+pkgver=1.25
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=('26070a745c6e8fcddce45eb87026a2e553d4449c54a8627cee76608916083cad')
+sha256sums=('dd2671dc4690a3f4a9d2736ab76c1162331e93b7d6e65e8122b6af5498dd4e33')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')