From 57e1b7d2337c0cb7ad1cda7c587e190783ce5e0e Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 6 Aug 2018 18:29:03 -0300 Subject: [PATCH] angband: update to 4.1.3. --- srcpkgs/angband/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/angband/template b/srcpkgs/angband/template index 49e82dfe163..9b118cc9489 100644 --- a/srcpkgs/angband/template +++ b/srcpkgs/angband/template @@ -1,16 +1,18 @@ # Template file for 'angband' pkgname=angband -version=4.1.2 +version=4.1.3 revision=1 build_style=gnu-configure +configure_args="--enable-sdl --enable-sdl-mixer" hostmakedepends="automake" -makedepends="SDL_image-devel SDL_mixer-devel" +makedepends="SDL_image-devel SDL_mixer-devel SDL_ttf-devel" short_desc="A free, single-player dungeon exploration game" maintainer="Diogo Leal " -license="GPL-2" +license="GPL-2.0-or-later" homepage="http://rephial.org/" +changelog="http://rephial.org/release/" distfiles="http://rephial.org/downloads/4.1/angband-${version}.tar.gz" -checksum=30bc0979e0845cdc43de2a8f65c4d54d03d24d402b32b8589fbbc368ccfa0e2a +checksum=9402c4f8da691edbd4567a948c5663e1066bee3fcb4a62fbcf86b5454918406f pre_configure() { NOCONFIGURE=1 ./autogen.sh