diff options
-rw-r--r-- | libre/angband/PKGBUILD | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/libre/angband/PKGBUILD b/libre/angband/PKGBUILD index 61f0c2778..df002c2ed 100644 --- a/libre/angband/PKGBUILD +++ b/libre/angband/PKGBUILD @@ -6,13 +6,14 @@ # Contributor (Arch): Callan Barrett <wizzomafizzo@gmail.com> # Contributor (Arch): Christian Schmidt <xmucknertx@googlemail.com> # Contributor (Arch): Sebastian Sareyko <public@nooms.de> -# Contributor: André Silva <emulatorman@parabola.nu> -# Contributor: Márcio Silva <coadde@parabola.nu> +# Contributor (Hyperbola): André Silva <emulatorman@parabola.nu> +# Contributor (Hyperbola): Márcio Silva <coadde@parabola.nu> +# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> # Contributor: Isaac David <isacdaavid@at@isacdaavid@dot@info> pkgname=angband _pkgname=$pkgname-libre -pkgver=4.1.0 +pkgver=4.1.1 pkgrel=1.parabola1 pkgdesc="A roguelike dungeon exploration game based on the writings of JRR Tolkien, without nonfree artwork and sound effects" arch=('i686' 'x86_64' 'armv7h') @@ -26,7 +27,7 @@ mksource=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.g source=("https://repo.parabola.nu/other/${_pkgname}/${_pkgname}-${pkgver}.tar.gz" 'libre.patch') mksource() { - cd "${srcdir}/${pkgname}-master" + cd "${srcdir}/${pkgname}-${pkgver}" # remove nonfree stuff from source rm -v lib/sounds/*.mp3 @@ -34,7 +35,7 @@ mksource() { } prepare() { - cd "${srcdir}/${pkgname}-master" + cd "${srcdir}/${pkgname}-${pkgver}" # Fix detection of ncurses config script for ncurses 6.0 sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4 @@ -44,7 +45,7 @@ prepare() { } build() { - cd "${srcdir}/${pkgname}-master" + cd "${srcdir}/${pkgname}-${pkgver}" # ld fix for 4.1.0-1.parabola1 sed -i 's/-Wl,-r/& -no-pie/' src/Makefile @@ -65,7 +66,7 @@ build() { } package() { - cd "${srcdir}/${pkgname}-master" + cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install @@ -73,6 +74,6 @@ package() { install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" } -mksha256sums=('ea52266e52b66d6bf2ab3728b3bc6c7c3875130973430021e31bf56000c0df8b') -sha256sums=('07a50b78ff06acee720a0ca11597c69a133aeac6b479dcf2b0101e8402c4b522' +mksha256sums=('3fd19b109acfbf75a1a4b40eb0110c267ed1d0cc80f6edfb2f377d68add9853f') +sha256sums=('71cb3b6984fb26054dfce72ca36c741d035fb73b045cef8a42d75b234aaad55c' 'fa1524d1a3c5768b9090630d16393274fe007f87f3c0a00c4ffb5fc66e84fee9') |