summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2019-04-30 16:26:27 +0500
committerDmitry Kharitonov2019-04-30 16:26:27 +0500
commitef3873de6997f68af13a35ec1d1db9d6a31211e3 (patch)
tree8ac293c055fca081ea7ed55e3097566aabb48b4e
parentf829e8533e9b6f186932b57d3fa35785a414281c (diff)
downloadaur-ef3873de6997f68af13a35ec1d1db9d6a31211e3.tar.gz
1.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 783b7c6e2970..2d44ebee759f 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.7
+ pkgver = 1.12
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.11.7.tar.gz
- sha256sums = 075a9b77f910998b2fa4de00ae4a95d8da07a4aaf8b6096b16c6f5da5ae61d4f
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.12.tar.gz
+ sha256sums = 30926422fb84ec13e62e78ec1cbaf063dbdc92beabe9ad80a9b9c27c4b23fc4e
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index 5bded4661e2a..c608e2e6d511 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.11.7
+pkgver=1.12
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=('075a9b77f910998b2fa4de00ae4a95d8da07a4aaf8b6096b16c6f5da5ae61d4f')
+sha256sums=('30926422fb84ec13e62e78ec1cbaf063dbdc92beabe9ad80a9b9c27c4b23fc4e')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')