summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspaceslug2023-01-07 12:35:38 +0100
committerspaceslug2023-01-07 12:35:38 +0100
commit1c3862beb5500a6147443e0f468dc6b094736929 (patch)
treea3218dcd451ff33d7f3cf30c2ba4c6c25aed9bd6
parent7dcd64b06203d445fddf4c3076e738c3b40ae8e8 (diff)
downloadaur-dwarffortress-linuxdwarfpack-appimage.tar.gz
updated to r8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45f71126a445..e0bc595624b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = dwarffortress-linuxdwarfpack-appimage
pkgdesc = The AppImage of lnp-forge built LinuxDwarfPack appimage
- pkgver = 0.47.05_r7
+ pkgver = 0.47.05_r8
pkgrel = 1
url = https://github.com/McArcady/lnp-forge
arch = x86_64
- license = unknown
+ license = mixed
depends = ncurses
depends = qt5-base
depends = webkit2gtk
@@ -26,7 +26,7 @@ pkgbase = dwarffortress-linuxdwarfpack-appimage
optdepends = alsa-lib: for alsa sound
optdepends = libpulse: for pulse sound
options = !strip
- source = https://github.com/McArcady/lnp-forge/releases/download/0.47.05-r7/Dwarf_Fortress-0.47.05-r7-x86_64.AppImage
- sha256sums = aebb171bf69721e9441c4fb28a9ee4e779b1858b3e087e9a6ad4de0cda8500e5
+ source = https://github.com/McArcady/lnp-forge/releases/download/0.47.05-r8/Dwarf_Fortress-0.47.05-r8-x86_64.AppImage
+ sha256sums = c4ac2e9780993f8ad6ede8a5d08499213e9c7541fdde919cc42b849c90e05a04
pkgname = dwarffortress-linuxdwarfpack-appimage
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}"