Merge pull request #6878 from diogoleal/angband-4.1.0
angband: update to 4.1.0
This commit is contained in:
commit
51aa2c36d7
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'angband'
|
||||
pkgname=angband
|
||||
version=4.0.5
|
||||
version=4.1.0
|
||||
revision=1
|
||||
wrksrc=angband-master
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake"
|
||||
makedepends="SDL_image-devel SDL_mixer-devel"
|
||||
|
@ -9,8 +10,8 @@ short_desc="A free, single-player dungeon exploration game"
|
|||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://rephial.org/"
|
||||
distfiles="http://rephial.org/downloads/4.0/angband-${version}.tar.gz"
|
||||
checksum=0d769a0f349842b0c78cbcd1804a9e08f064e75ca26b957710e4c2a3eb14f852
|
||||
distfiles="http://rephial.org/downloads/4.1/angband-${version}.tar.gz"
|
||||
checksum=ea52266e52b66d6bf2ab3728b3bc6c7c3875130973430021e31bf56000c0df8b
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue