crawl-tiles: update to 0.23.0.

This commit is contained in:
Leah Neukirchen 2019-02-11 11:01:21 +01:00
parent 2753619214
commit 27120ccc1f
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
# Template file for 'crawl-tiles'
pkgname=crawl-tiles
version=0.22.1
version=0.23.0
revision=1
wrksrc="crawl-${version}"
build_wrksrc="crawl-ref/source"
make_build_args="prefix=/usr bin_prefix=bin DATADIR=/usr/share/crawl-tiles
TILES=y SOUND=y GAME=crawl-tiles"
hostmakedepends="pkg-config perl pngcrush dejavu-fonts-ttf"
hostmakedepends="dejavu-fonts-ttf perl pkg-config pngcrush python python-yaml"
makedepends="ncurses-devel lua51-devel sqlite-devel zlib-devel
SDL2-devel SDL2_mixer-devel SDL2_image-devel freetype-devel"
depends="dejavu-fonts-ttf"
@ -15,7 +15,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2"
homepage="http://crawl.develz.org/"
distfiles="https://github.com/crawl/crawl/archive/${version}.tar.gz"
checksum=15217cd5cb0ae4c8fbae7343712c17d57cc770bde21fd6daa0e968780e477bab
checksum=44d26e398b5e95e61bb3fd12e0c250ab87e32dd5f2c6fc66cc34185e44af0d8d
nocross=yes
post_extract() {