summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZiusudra2022-09-30 21:26:03 -0600
committerZiusudra2022-09-30 21:26:03 -0600
commit87b71a5d20ca6d746932c8750eceea939d45c7db (patch)
treeccf40deedd3e47bd02de2d24bc88c2543fc51a7b /PKGBUILD
parentd8656bda1321180225bd9780c589423d7dd3ed53 (diff)
downloadaur-87b71a5d20ca6d746932c8750eceea939d45c7db.tar.gz
DFHack 0.47.05-r7 +updated launch scripts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1a3c07bf7d0..038d7637702e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgname=dfhack-bin
_pkgname=dfhack
pkgver=0.47.05
-_pkgver=$pkgver-r6
-pkgrel=7
+_pkgver=$pkgver-r7
+pkgrel=8
pkgdesc="memory hacking library for Dwarf Fortress and a set of tools that use it"
arch=('x86_64' 'i686')
url="https://dfhack.readthedocs.io/en/stable/"
@@ -22,10 +22,10 @@ source_x86_64=("https://github.com/DFHack/dfhack/releases/download/$_pkgver/dfha
source=(dfhack.sh
dfhack-run.sh)
-md5sums=('81f5909c1a32391679f968e40f24d5ca'
- '3853c6f890d3541f710f2c4833a9e696')
-md5sums_x86_64=('0a55f07d390d92084402f9736bdecd69')
-md5sums_i686=('74ad5d411b4e557b73406b754ff56408')
+md5sums=('45ab3b65cb5b01beff9fecccff777f85'
+ '37421a6cf2ca420bed4420ea8e402d40')
+md5sums_x86_64=('cd1a8f9e2ac1282f685a41bcacac1450')
+md5sums_i686=('b643cd70785dc6e69c859c3695e5317d')
prepare() {
# shellcheck disable=2154
@@ -37,7 +37,7 @@ package() {
# shellcheck disable=2154
install -d "$pkgdir"/opt/dwarffortress
- cp -r "$srcdir"/{hack,dfhack,dfhack-run,dfhack-config,dfhack.init-example,stonesense} "$pkgdir"/opt/dwarffortress
+ cp -r "$srcdir"/{dfhack,dfhack-run,blueprints,dfhack-config,hack,stonesense} "$pkgdir"/opt/dwarffortress
install -Dm755 "$srcdir"/dfhack.sh "$pkgdir"/usr/bin/dfhack
install -Dm755 "$srcdir"/dfhack-run.sh "$pkgdir"/usr/bin/dfhack-run