summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2021-03-06 18:54:49 +0500
committerDmitry Kharitonov2021-03-06 18:54:49 +0500
commit7df354e58385d81aa265789ffc9e94df2abcca48 (patch)
tree1c50946b3b4b2c1cce524b3129e4546245fbd365
parent33c19591a0c461961a627183c3b6335f7b46a690 (diff)
downloadaur-7df354e58385d81aa265789ffc9e94df2abcca48.tar.gz
1.30
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19dd5734ebc0..c5aabe0f0c57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bcrawl
pkgdesc = Continuation of X-Crawl fork of Dungeon Crawl Stone Soup roguelike with new content
- pkgver = 1.29.4
- pkgrel = 2
+ pkgver = 1.30
+ pkgrel = 1
url = https://github.com/b-crawl/bcrawl
arch = i686
arch = x86_64
@@ -27,8 +27,8 @@ pkgbase = bcrawl
conflicts = crawl
conflicts = stone-soup-tile
conflicts = bcrawl-git
- source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.29.4.tar.gz
- sha256sums = 9ccd2c1bb01a21770721a475af303050de79cfff13cb442b6832fdb910a73bb5
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.30.tar.gz
+ sha256sums = 9fe9a2f965bcde3826bfe0348ba969f9e557789d126ae109afcb67538284a363
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index b3509564f89f..1bd9891278ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.29.4
-pkgrel=2
+pkgver=1.30
+pkgrel=1
pkgdesc='Continuation of X-Crawl fork of Dungeon Crawl Stone Soup roguelike with new content'
arch=('i686' 'x86_64')
url='https://github.com/b-crawl/bcrawl'
@@ -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=('9ccd2c1bb01a21770721a475af303050de79cfff13cb442b6832fdb910a73bb5')
+sha256sums=('9fe9a2f965bcde3826bfe0348ba969f9e557789d126ae109afcb67538284a363')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')