summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiusudra2020-04-26 15:11:40 -0600
committerZiusudra2020-04-26 15:11:40 -0600
commit5e26005709cbd101ac0b38c5308d00833e90834f (patch)
treed45659a74251c8823d56cd41fc5424dca20a47b4
parentd5e5a288ec18b68f24fec7f0a773275588ba3b90 (diff)
downloadaur-5e26005709cbd101ac0b38c5308d00833e90834f.tar.gz
dfhack-bin-0.47.04-r1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3a116814979..1fa383fc1e07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dfhack-bin
pkgdesc = memory hacking library for Dwarf Fortress and a set of tools that use it
pkgver = 0.47.04
- pkgrel = 1
+ pkgrel = 2
url = https://dfhack.readthedocs.io/en/stable/
arch = x86_64
arch = i686
@@ -23,10 +23,10 @@ pkgbase = dfhack-bin
source = dfhack-run.sh
md5sums = 81f5909c1a32391679f968e40f24d5ca
md5sums = 3853c6f890d3541f710f2c4833a9e696
- source_x86_64 = https://github.com/DFHack/dfhack/releases/download/0.47.04-beta1/dfhack-0.47.04-beta1-Linux-64bit-gcc-7.tar.bz2
- md5sums_x86_64 = e4fcaafb44ae85ee31b459110b12faba
- source_i686 = https://github.com/DFHack/dfhack/releases/download/0.47.04-beta1/dfhack-0.47.04-beta1-Linux-32bit-gcc-7.tar.bz2
- md5sums_i686 = 37fa0b4c700482b31fbe84f6f95ab397
+ source_x86_64 = https://github.com/DFHack/dfhack/releases/download/0.47.04-r1/dfhack-0.47.04-r1-Linux-64bit-gcc-7.tar.bz2
+ md5sums_x86_64 = 022f09e77b1f8f124c59cf2e9636bad2
+ source_i686 = https://github.com/DFHack/dfhack/releases/download/0.47.04-r1/dfhack-0.47.04-r1-Linux-32bit-gcc-7.tar.bz2
+ md5sums_i686 = 978888a573a65148924dd1af414f2a43
pkgname = dfhack-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5685fa1d5176..802efb89b75b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgname=dfhack-bin
_pkgname=dfhack
pkgver=0.47.04
-_pkgver=$pkgver-beta1
-pkgrel=1
+_pkgver=$pkgver-r1
+pkgrel=2
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,8 +22,8 @@ source_x86_64=("https://github.com/DFHack/dfhack/releases/download/$_pkgver/dfha
source=(dfhack.sh
dfhack-run.sh)
-md5sums_i686=('37fa0b4c700482b31fbe84f6f95ab397')
-md5sums_x86_64=('e4fcaafb44ae85ee31b459110b12faba')
+md5sums_i686=('978888a573a65148924dd1af414f2a43')
+md5sums_x86_64=('022f09e77b1f8f124c59cf2e9636bad2')
md5sums=('81f5909c1a32391679f968e40f24d5ca'
'3853c6f890d3541f710f2c4833a9e696')