summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57c791b856f4..d4956693ff50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: spaceslug <me at spaceslug dot no>
pkgname=dwarffortress-linuxdwarfpack-appimage
-pkgver=0.47.05_r7
+pkgver=0.47.05_r8
pkgrel=1
pkgdesc="The AppImage of lnp-forge built LinuxDwarfPack appimage"
arch=('x86_64')
url="https://github.com/McArcady/lnp-forge"
-license=('unknown')
+license=('mixed')
depends=('ncurses' 'qt5-base' 'webkit2gtk' 'tk' 'tcl' 'fuse2' 'fuse-overlayfs' 'gtk2' 'glu' 'sdl' 'sdl_image' 'sdl_ttf' 'libsndfile' 'openal' 'glew' 'gcc-libs' 'glib2')
optdepends=('nvidia-utils: If you have nvidia graphics'
'alsa-lib: for alsa sound'
@@ -13,7 +13,7 @@ optdepends=('nvidia-utils: If you have nvidia graphics'
options=(!strip) # necessary otherwise the AppImage file in the package is truncated
_filename=Dwarf_Fortress-${pkgver//_/-}-x86_64.AppImage
source=("${url}/releases/download/${pkgver//_/-}/${_filename}")
-sha256sums=('aebb171bf69721e9441c4fb28a9ee4e779b1858b3e087e9a6ad4de0cda8500e5')
+sha256sums=('c4ac2e9780993f8ad6ede8a5d08499213e9c7541fdde919cc42b849c90e05a04')
INSTALL_FOLDER="/opt/${pkgname}"
INSTALL_PATH="${INSTALL_FOLDER}/${_filename}"