summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2020-12-11 23:00:28 +0500
committerDmitry Kharitonov2020-12-11 23:00:28 +0500
commit9c1e2bf92c50b53978e144fdd80e8a3f67ed7ce7 (patch)
treef35f736394f65dda3eb83133a3fc87000b67e502
parentb8908de19bb4292c387cc5d99edf8a0c86124e53 (diff)
downloadaur-9c1e2bf92c50b53978e144fdd80e8a3f67ed7ce7.tar.gz
1.28.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e89379e22b1..d5b93ad6958b 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.28.1
+ pkgver = 1.28.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.28.1.tar.gz
- sha256sums = ade75f6c06bff391b5c6411a38eb41b1e98178ca57892a45ea3c7fceac108311
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.28.2.tar.gz
+ sha256sums = 9ceb2e7ea75657ac1de26987d01dfc24b6e232bc0e0e441c5ad8340df5b3c102
pkgname = bcrawl
diff --git a/PKGBUILD b/PKGBUILD
index 676ca0f41f81..4d9dd3cf9588 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=bcrawl
-pkgver=1.28.1
+pkgver=1.28.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=('ade75f6c06bff391b5c6411a38eb41b1e98178ca57892a45ea3c7fceac108311')
+sha256sums=('9ceb2e7ea75657ac1de26987d01dfc24b6e232bc0e0e441c5ad8340df5b3c102')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')