summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2019-07-25 16:52:39 +0500
committerDmitry Kharitonov2019-07-25 16:52:39 +0500
commit1a593746862f6fe428cf28d4a34a4cfb31ce8b07 (patch)
tree3350a5de224f6034487ef0097cf7ba8318602d35
parent6b4fca91175a9f5739f772f0ab0d46c7fd8fcd70 (diff)
downloadaur-1a593746862f6fe428cf28d4a34a4cfb31ce8b07.tar.gz
1.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 505545aebc85..ff8cc6536337 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.12.3
+ pkgver = 1.13
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.12.3.tar.gz
- sha256sums = 039adeea466d761a179988b35d681d8814b87e93ac33ec08f358d08a0c40d682
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.13.tar.gz
+ sha256sums = b95e882add305f355aee997c31bb2f005dffc3a79cf0268923497684abd36a1b
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index d7ccc77fd3fa..ecba5ee462e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.12.3
+pkgver=1.13
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=('039adeea466d761a179988b35d681d8814b87e93ac33ec08f358d08a0c40d682')
+sha256sums=('b95e882add305f355aee997c31bb2f005dffc3a79cf0268923497684abd36a1b')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')