summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2019-02-14 02:45:13 +0500
committerDmitry Kharitonov2019-02-14 02:45:13 +0500
commit6c435f18eed6efa36ef555476318a39db7781ea1 (patch)
tree4e3e9245324631f8be99040ade1da4ac9c9531d6
parentde8beef7ec9709fee785ef8f0c76d82dae38a2a8 (diff)
downloadaur-6c435f18eed6efa36ef555476318a39db7781ea1.tar.gz
Updated to 1.11.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f6dab491324..3194102ee7d3 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.11.2
+ pkgver = 1.11.3
pkgrel = 1
url = https://github.com/b-crawl/bcrawl
arch = i686
@@ -29,8 +29,8 @@ pkgbase = bcrawl
conflicts = crawl
conflicts = stone-soup-tile
conflicts = bcrawl-git
- source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.11.2.tar.gz
- sha256sums = 500cc025f7f36e579eefb1f3e798f980f54b115f9d966931f299b35b99286529
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.11.3.tar.gz
+ sha256sums = 43a683f43d626d972b33f421f551e803fc059a7be4d4ce0abfae71ecad6a743c
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index 73291ce4dd07..c14c7bb2ccf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.11.2
+pkgver=1.11.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=('500cc025f7f36e579eefb1f3e798f980f54b115f9d966931f299b35b99286529')
+sha256sums=('43a683f43d626d972b33f421f551e803fc059a7be4d4ce0abfae71ecad6a743c')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')