summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2021-02-21 19:57:54 +0500
committerDmitry Kharitonov2021-02-21 19:57:54 +0500
commit889cdea0736036c531854e81f0723e1137a345fa (patch)
treeb51fe8ef1316519c59e71ed0d0fd64235e08c1d8
parent5c3e5b9a3e4c9ea3fa3320a4ed82ecd9b4aae7e1 (diff)
downloadaur-889cdea0736036c531854e81f0723e1137a345fa.tar.gz
1.29.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3bd2f86ffe9..59e2998bf9e8 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.29.2
+ pkgver = 1.29.3
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.29.2.tar.gz
- sha256sums = c8c9732c9e38ed7df3554e3c2e434c3f827410b334ab0008a8d454fcbe50882f
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.29.3.tar.gz
+ sha256sums = 9999c27d5372b5ab6bd42ee457a6b7496331cf8c8694d7f8315e929dfee4bd8b
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index 5d75c4b7173f..2b27821a2c1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.29.2
+pkgver=1.29.3
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=('c8c9732c9e38ed7df3554e3c2e434c3f827410b334ab0008a8d454fcbe50882f')
+sha256sums=('9999c27d5372b5ab6bd42ee457a6b7496331cf8c8694d7f8315e929dfee4bd8b')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')