Updated bcrawl

This commit is contained in:
Rain Clark 2023-03-02 17:00:19 -05:00
parent a0d0bf540c
commit a63c76f138

View File

@ -1,7 +1,7 @@
# Maintainer: Dmitry Kharitonov <arch[at]nano-model[dot]com> # Maintainer: Dmitry Kharitonov <arch[at]nano-model[dot]com>
pkgname=bcrawl pkgname=bcrawl
pkgver=1.36.3 pkgver=1.38b
pkgrel=1 pkgrel=1
pkgdesc='Continuation of X-Crawl fork of Dungeon Crawl Stone Soup roguelike with new content' pkgdesc='Continuation of X-Crawl fork of Dungeon Crawl Stone Soup roguelike with new content'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -14,7 +14,7 @@ conflicts=('crawl' 'stone-soup-tile' 'bcrawl-git')
provides=('bcrawl') provides=('bcrawl')
license=('GPL' 'BSD' 'MIT' 'ZLIB' 'APACHE' 'custom:CC0' 'custom') license=('GPL' 'BSD' 'MIT' 'ZLIB' 'APACHE' 'custom:CC0' 'custom')
source=("https://github.com/b-crawl/bcrawl/archive/bcrawl-${pkgver}.tar.gz") source=("https://github.com/b-crawl/bcrawl/archive/bcrawl-${pkgver}.tar.gz")
sha256sums=('7f0d53806aa5bbcf2ee8df54d331c540398e9725454fe0833c7657415f1c0174') sha256sums=('9119841f399d413a56958e316f6193d2292c396bfcd12f64fd30d21b8e32892d')
# used by gendesk to create .desktop file # used by gendesk to create .desktop file
_exec=('bcrawl-tiles') _exec=('bcrawl-tiles')
@ -42,7 +42,7 @@ package() {
# first build and install tiles version # first build and install tiles version
make GAME=bcrawl \ make -j8 GAME=bcrawl \
DESTDIR="${pkgdir}" \ DESTDIR="${pkgdir}" \
DATADIR="/usr/share/${pkgname}/data" \ DATADIR="/usr/share/${pkgname}/data" \
SAVEDIR="~/.bcrawl" \ SAVEDIR="~/.bcrawl" \