mirror of
https://gitgud.io/Melon__Bread/Arch-Packages.git
synced 2024-11-24 16:28:31 -05:00
Updated bcrawl
This commit is contained in:
parent
a0d0bf540c
commit
a63c76f138
@ -1,7 +1,7 @@
|
||||
# Maintainer: Dmitry Kharitonov <arch[at]nano-model[dot]com>
|
||||
|
||||
pkgname=bcrawl
|
||||
pkgver=1.36.3
|
||||
pkgver=1.38b
|
||||
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=('7f0d53806aa5bbcf2ee8df54d331c540398e9725454fe0833c7657415f1c0174')
|
||||
sha256sums=('9119841f399d413a56958e316f6193d2292c396bfcd12f64fd30d21b8e32892d')
|
||||
|
||||
# used by gendesk to create .desktop file
|
||||
_exec=('bcrawl-tiles')
|
||||
@ -42,7 +42,7 @@ package() {
|
||||
|
||||
# first build and install tiles version
|
||||
|
||||
make GAME=bcrawl \
|
||||
make -j8 GAME=bcrawl \
|
||||
DESTDIR="${pkgdir}" \
|
||||
DATADIR="/usr/share/${pkgname}/data" \
|
||||
SAVEDIR="~/.bcrawl" \
|
||||
|
Loading…
Reference in New Issue
Block a user