summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2019-08-08 03:15:46 +0500
committerDmitry Kharitonov2019-08-08 03:15:46 +0500
commit7a3ae426f1b64784ffbc7cd60d8c66d53f6c05f1 (patch)
tree1ce9cca0c8d7e0f21b17a1a7ad7cc5020b9c27bd
parenta4aab5f50afc3a7d5d4dc957313a66065a73c514 (diff)
downloadaur-7a3ae426f1b64784ffbc7cd60d8c66d53f6c05f1.tar.gz
1.13.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2fb6a75b60c..66f8f8dd5159 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.13.1
+ pkgver = 1.13.2
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.13.1.tar.gz
- sha256sums = f9bf4af23926cfed1b2bbe0495566592608463b71ef714f4111aaee41ba6eabd
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.13.2.tar.gz
+ sha256sums = c20853764318743738edc79c83de03cca9d2cacdcee665cb666d174758482814
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index 887c37a8b129..018b9c9e2865 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.13.1
+pkgver=1.13.2
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=('f9bf4af23926cfed1b2bbe0495566592608463b71ef714f4111aaee41ba6eabd')
+sha256sums=('c20853764318743738edc79c83de03cca9d2cacdcee665cb666d174758482814')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')