summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-01-25 18:04:57 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-01-25 18:04:57 -0800
commitf1d1c1fb18b9a573768766e4cb8354f31e31c542 (patch)
treed491b7b1715f842c6cb5d0590fe5614205f959c2
parentMaintainer logic (diff)
downloadfreedink-f1d1c1fb18b9a573768766e4cb8354f31e31c542.tar.xz
Updated to 109.2 | Cleaned up PKGBUILD
-rw-r--r--PKGBUILD45
1 files changed, 8 insertions, 37 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 70d5f26..1872b95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,51 +2,22 @@
# Maintainer (AUR): David A. Redick <david.a.redick@gmail.com>
# Contributor (AUR): Petteri Tolonen <petteri dot tolonen at gmail dot com>
-# Most of this is ripped from the project's own .spec file.
-# See http://git.savannah.gnu.org/cgit/freedink.git/tree/freedink.spec
-
# # I maintain this because:
# AUR version uses ftp
pkgname=freedink
-pkgver=108.4
-pkgrel=3
-pkgdesc='Humorous top-down adventure and role-playing game.'
-arch=('i686' 'x86_64' 'mips64el')
+pkgver=109.2
+pkgrel=1
url='https://www.gnu.org/software/freedink/'
+pkgdesc='Humorous top-down adventure and role-playing game.'
+arch=('x86_64')
license=('GPL3')
-
-depends=(
- 'freedink-data'
- 'libzip'
- 'bzip2'
- 'zlib'
- 'fontconfig'
- 'freetype2'
- 'sdl_image'
- 'sdl_mixer'
- 'sdl_ttf'
- 'sdl_gfx'
- 'sdl'
- 'expat'
- 'libutil-linux'
- 'libpng'
- 'harfbuzz'
- 'glib2'
- 'graphite'
- 'pcre'
-)
-
+depends=('freedink-data' 'libzip' 'bzip2' 'zlib' 'fontconfig' 'freetype2'
+ 'sdl_image' 'sdl_mixer' 'sdl_ttf' 'sdl_gfx' 'sdl' 'expat'
+ 'libutil-linux' 'libpng' 'harfbuzz' 'glib2' 'graphite' 'pcre')
makedepends=('automake' 'autoconf' 'check' 'help2man' 'make')
-
-# Although listed in documents; I don't see a way to enable this.
-#optdepends=('timidity++: MIDI-music support')
-optdepends=()
-
source=("https://ftp.gnu.org/gnu/freedink/${pkgname}-${pkgver}.tar.gz")
-md5sums=('4caccc9235ef68b66bdf4b9174f0af81')
-sha256sums=('82cfb2e019e78b6849395dc4750662b67087d14f406d004f6d9e39e96a0c8521')
-sha512sums=('1496b6a7826bf694a2919add22a8b4b08a4967d8a7fdebf2d599bd99c7a7ce67de6c2b11124423c7aa1f0feb2e7c03ce1cf00252070182936e7481791dafee61')
+sha512sums=('222a5facbe1d40a86690b0c224e24651287718478c18f77deeebe0d5438cdea3f02a28dd18d9699c5eb098a8cceceabda6e8a2326ff58a6e968a89f86d9fd83f')
build () {
cd "${srcdir}/${pkgname}-${pkgver}"