crawl: update to 0.19.3.
This commit is contained in:
parent
757883b029
commit
5fe845ac05
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'crawl'
|
||||
pkgname=crawl
|
||||
version=0.19.1
|
||||
version=0.19.3
|
||||
revision=1
|
||||
build_wrksrc="crawl-ref/source"
|
||||
make_build_args="prefix=/usr bin_prefix=bin"
|
||||
hostmakedepends="pkg-config perl"
|
||||
makedepends="ncurses-devel lua51-devel sqlite-devel zlib-devel"
|
||||
short_desc="Dungeon Crawl Stone Soup roguelike adventure"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2"
|
||||
homepage="http://crawl.develz.org/"
|
||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=f31d605025be52239e1a401400bc3243219fb5d14088d9fc8a9db350a24eda98
|
||||
checksum=0377fd5101c2522e492d5647fa45d86e132e1a8b80a686237d382eff100a5297
|
||||
nocross=yes
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in a new issue