summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiusudra2022-09-30 20:05:20 -0600
committerZiusudra2022-09-30 20:05:20 -0600
commita04e254586548bfbe91e5986c52f8a6b44e3909e (patch)
treea9d5c8850e2c090e7a96d22da1a77b80c0f5075b
parent58aa9772144731523678bf204cf8cab2bc6b266b (diff)
downloadaur-a04e254586548bfbe91e5986c52f8a6b44e3909e.tar.gz
dfhack-0.47.05-r7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 6 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b022aebaf764..d08664cd65e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dfhack
pkgdesc = memory hacking library for Dwarf Fortress and a set of tools that use it
pkgver = 0.47.05
- pkgrel = 8
+ pkgrel = 9
url = https://dfhack.readthedocs.io/en/stable/
arch = x86_64
arch = i686
@@ -24,15 +24,13 @@ pkgbase = dfhack
depends = libxcrypt-compat
conflicts = dfhack-bin
conflicts = dfhack-git
- source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.47.05-r6
+ source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.47.05-r7
source = dfhack.sh
source = dfhack-run.sh
source = Wno-restrict.patch
- source = order-plugin.patch
md5sums = SKIP
md5sums = 81f5909c1a32391679f968e40f24d5ca
md5sums = 3853c6f890d3541f710f2c4833a9e696
md5sums = 086fc32900f4c6589a06ac1c7acc6e98
- md5sums = 312e8125e2eff898e5f626c505b863bc
pkgname = dfhack
diff --git a/PKGBUILD b/PKGBUILD
index 3e2a6f1d6c6b..677c1a883dd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=dfhack
pkgver=0.47.05
-_pkgver=$pkgver-r6
-pkgrel=8
+_pkgver=$pkgver-r7
+pkgrel=9
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/"
@@ -19,14 +19,12 @@ conflicts=('dfhack-bin' 'dfhack-git')
source=("$pkgname::git+https://github.com/DFHack/dfhack#tag=$_pkgver"
dfhack.sh
dfhack-run.sh
- Wno-restrict.patch
- order-plugin.patch)
+ Wno-restrict.patch)
md5sums=('SKIP'
'81f5909c1a32391679f968e40f24d5ca'
'3853c6f890d3541f710f2c4833a9e696'
- '086fc32900f4c6589a06ac1c7acc6e98'
- '312e8125e2eff898e5f626c505b863bc')
+ '086fc32900f4c6589a06ac1c7acc6e98')
prepare() {
# shellcheck disable=2154
@@ -39,8 +37,6 @@ prepare() {
cd "$srcdir/$pkgname"
# gcc issue - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105329
patch --strip=1 --input="${srcdir}/Wno-restrict.patch"
- # this issue fixed upstream, remove this patch next release
- patch --strip=1 --input="${srcdir}/order-plugin.patch"
}
build() {