summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason S. Wagner2024-04-13 22:20:09 -0700
committerJason S. Wagner2024-04-13 22:20:09 -0700
commitecb6c6c85889e383f3f81680b6ad133d1246c1f2 (patch)
tree2156d816d540cafceaa5bd163c2b21ef0b6f3ba9
parent280fa677dd457c920fb55ad71aae1fbb6b3b9557 (diff)
downloadaur-ecb6c6c85889e383f3f81680b6ad133d1246c1f2.tar.gz
Add option
-rw-r--r--.Changelog6
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 3 deletions
diff --git a/.Changelog b/.Changelog
index 7dc566a53810..7ebc2a636b06 100644
--- a/.Changelog
+++ b/.Changelog
@@ -1,6 +1,10 @@
# mpf-check-bin .Changelog
-## 2024-04-05 mpf-check-bin 3.1.5-1
+## 2024-04-05, mpf-check-bin 3.1.5-2
+
+* Add `!debug` option
+
+## 2024-04-05, mpf-check-bin 3.1.5-1
* Bump to 3.1.5
diff --git a/.SRCINFO b/.SRCINFO
index 3199e223b664..3e6c08e8a3e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = mpf-check-bin
license = GPL3
provides = mpf-check
options = !strip
+ options = !debug
source = https://github.com/SabreTools/MPF/releases/download/3.1.5/MPF.Check_3.1.5_net8.0_linux-x64_release.zip
source = https://raw.githubusercontent.com/SabreTools/MPF/master/README.md
source = https://raw.githubusercontent.com/SabreTools/MPF/master/LICENSE
diff --git a/PKGBUILD b/PKGBUILD
index 6b7856bae319..de2f870de243 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ pkgname=mpf-check-bin
url="https://github.com/SabreTools/MPF"
arch=('x86_64')
license=('GPL3')
-options=('!strip')
+options=('!strip' '!debug')
pkgdesc="Media Preservation Frontend for Aaru and Redumper in C# (CLI Version)"
provides=('mpf-check')
pkgver=3.1.5
-pkgrel=1
+pkgrel=2
source=('https://github.com/SabreTools/MPF/releases/download/3.1.5/MPF.Check_3.1.5_net8.0_linux-x64_release.zip'
'https://raw.githubusercontent.com/SabreTools/MPF/master/README.md'
'https://raw.githubusercontent.com/SabreTools/MPF/master/LICENSE')