summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason S. Wagner2023-10-26 18:11:54 -0700
committerJason S. Wagner2023-10-26 18:11:54 -0700
commit2145969742e399f34a4a8f66fb8801af6fef923d (patch)
tree08e68cb02b0507ad688a470faad5e40cb74b8311
parent37a3dd5f1ad94df37824ed271f2707653511367d (diff)
downloadaur-2145969742e399f34a4a8f66fb8801af6fef923d.tar.gz
Bump to 2.7.3.
-rw-r--r--.Changelog8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
3 files changed, 18 insertions, 10 deletions
diff --git a/.Changelog b/.Changelog
index 6c42c7952331..641bdeec3674 100644
--- a/.Changelog
+++ b/.Changelog
@@ -1,8 +1,12 @@
# mpf-check-bin .Changelog
-## 2023-10-17, mpf-check-bin 2.7.2-1
+## 2023-10-26, mpf-check-bin 2.7.3-1
-* Bump to 2.7.2
+* Bump to 2.7.3
+
+## 2023-10-17, mpf-check-bin 2.7.2-2
+
+* Bump to 2.7.2 (accidentally pushed as 2.7.2-2, not -1)
## 2023-10-11, mpf-check-bin 2.7.1.1-2
diff --git a/.SRCINFO b/.SRCINFO
index e75d593030e5..ff1fe98fb30d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = mpf-check-bin
pkgdesc = Media Preservation Frontend for Aaru and Redumper in C# (CLI Version)
- pkgver = 2.7.2
- pkgrel = 2
+ pkgver = 2.7.3
+ pkgrel = 1
url = https://github.com/SabreTools/MPF
arch = x86_64
license = GPL3
provides = mpf-check
options = !strip
- source = https://github.com/SabreTools/MPF/releases/download/2.7.2/MPF.Check_2.7.2_net7.0_linux-x64_release.zip
+ source = https://github.com/SabreTools/MPF/releases/download/2.7.3/MPF.Check_2.7.3_net7.0_linux-x64_release.zip
source = https://raw.githubusercontent.com/SabreTools/MPF/master/README.md
source = https://raw.githubusercontent.com/SabreTools/MPF/master/LICENSE
- sha256sums = c371500213837032a7cec0b9c0e0a424a79b79072d692d8bc5f798a83843c611
+ sha256sums = 7f7ee3ef1ba9862459fb57fab7d499b6583c0a752a8fd1b4ff79edcd284a45a7
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8270b8ebd0a9..31f6c63c0952 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ url="https://github.com/SabreTools/MPF"
arch=('x86_64')
pkgdesc="Media Preservation Frontend for Aaru and Redumper in C# (CLI Version)"
provides=('mpf-check')
-pkgver=2.7.2
-pkgrel=2
+pkgver=2.7.3
+pkgrel=1
license=('GPL3')
-source=('https://github.com/SabreTools/MPF/releases/download/2.7.2/MPF.Check_2.7.2_net7.0_linux-x64_release.zip'
+source=('https://github.com/SabreTools/MPF/releases/download/2.7.3/MPF.Check_2.7.3_net7.0_linux-x64_release.zip'
'https://raw.githubusercontent.com/SabreTools/MPF/master/README.md'
'https://raw.githubusercontent.com/SabreTools/MPF/master/LICENSE')
-sha256sums=('c371500213837032a7cec0b9c0e0a424a79b79072d692d8bc5f798a83843c611'
+sha256sums=('7f7ee3ef1ba9862459fb57fab7d499b6583c0a752a8fd1b4ff79edcd284a45a7'
'SKIP'
'SKIP')
options=('!strip')
@@ -21,8 +21,12 @@ package() {
# install mpf-check distribution
install -Dm 755 ${srcdir}/${_prgname} ${pkgdir}/usr/bin/${_prgname}
+ install -Dm 644 ${srcdir}/CascLib.dll \
+ ${pkgdir}/usr/lib/${_prgname}/CascLib.dll
install -Dm 644 ${srcdir}/MPF.Check.dll.config \
${pkgdir}/usr/lib/${_prgname}/MPF.Check.dll.config
+ install -Dm 644 ${srcdir}/StormLib.dll \
+ ${pkgdir}/usr/lib/${_prgname}/StormLib.dll
# install documentation
install -Dm 644 ${srcdir}/README.md \