summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpaceslug2022-10-15 11:42:23 +0200
committerSpaceslug2022-10-15 11:42:23 +0200
commit7dcd64b06203d445fddf4c3076e738c3b40ae8e8 (patch)
treefa9835d16c2df07e5f14cae3c95d3f22d0524915
parenta2ab220e4c7675849fdd0d05fddf85b46a5554ff (diff)
downloadaur-7dcd64b06203d445fddf4c3076e738c3b40ae8e8.tar.gz
updated version
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48d6608cace2..45f71126a445 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dwarffortress-linuxdwarfpack-appimage
pkgdesc = The AppImage of lnp-forge built LinuxDwarfPack appimage
- pkgver = 0.47.05_r6
- pkgrel = 2
+ pkgver = 0.47.05_r7
+ pkgrel = 1
url = https://github.com/McArcady/lnp-forge
arch = x86_64
license = unknown
@@ -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-r6/Dwarf_Fortress-0.47.05-r6-x86_64.AppImage
- sha256sums = 3de45fb66f5fca546e8dab7e75a262a6bb1fcf3c5431ce8b66369be43a46b0e7
+ source = https://github.com/McArcady/lnp-forge/releases/download/0.47.05-r7/Dwarf_Fortress-0.47.05-r7-x86_64.AppImage
+ sha256sums = aebb171bf69721e9441c4fb28a9ee4e779b1858b3e087e9a6ad4de0cda8500e5
pkgname = dwarffortress-linuxdwarfpack-appimage
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..72e8ffc0db8a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*
diff --git a/PKGBUILD b/PKGBUILD
index 2d5866c82527..57c791b856f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: spaceslug <me at spaceslug dot no>
pkgname=dwarffortress-linuxdwarfpack-appimage
-pkgver=0.47.05_r6
-pkgrel=2
+pkgver=0.47.05_r7
+pkgrel=1
pkgdesc="The AppImage of lnp-forge built LinuxDwarfPack appimage"
arch=('x86_64')
url="https://github.com/McArcady/lnp-forge"
@@ -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=('3de45fb66f5fca546e8dab7e75a262a6bb1fcf3c5431ce8b66369be43a46b0e7')
+sha256sums=('aebb171bf69721e9441c4fb28a9ee4e779b1858b3e087e9a6ad4de0cda8500e5')
INSTALL_FOLDER="/opt/${pkgname}"
INSTALL_PATH="${INSTALL_FOLDER}/${_filename}"