summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason S. Wagner2023-10-26 20:47:20 -0700
committerJason S. Wagner2023-10-26 20:47:20 -0700
commite6ebc97b12b126319dc8e5438ceb02e6a4e486e2 (patch)
tree72cb2a540e76f422c253bb5944835f0c0c9ad53f
parent42f8ce7c8b629287dab0a82eaf3af844ef283c08 (diff)
downloadaur-e6ebc97b12b126319dc8e5438ceb02e6a4e486e2.tar.gz
Remove dependencies altogether.
-rw-r--r--.Changelog4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
3 files changed, 6 insertions, 5 deletions
diff --git a/.Changelog b/.Changelog
index 1c53f83fa7f3..9f8d59dec66d 100644
--- a/.Changelog
+++ b/.Changelog
@@ -1,5 +1,9 @@
# mpf-check-bin .Changelog
+## 2023-10-26, mpf-check-bin 2.7.3-3
+
+* Remove dependency on `casclib` and `stormlib`; they're actaully unnecessary
+
## 2023-10-26, mpf-check-bin 2.7.3-2
* Added dependency on `casclib` and `stormlib`
diff --git a/.SRCINFO b/.SRCINFO
index 627731184f66..723771b3deee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,10 @@
pkgbase = mpf-check-bin
pkgdesc = Media Preservation Frontend for Aaru and Redumper in C# (CLI Version)
pkgver = 2.7.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/SabreTools/MPF
arch = x86_64
license = GPL3
- depends = casclib
- depends = stormlib
provides = mpf-check
options = !strip
source = https://github.com/SabreTools/MPF/releases/download/2.7.3/MPF.Check_2.7.3_net7.0_linux-x64_release.zip
diff --git a/PKGBUILD b/PKGBUILD
index 28910ae28bfb..c9ac25cc0f76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,12 @@ _prgname=MPF.Check
pkgname=mpf-check-bin
url="https://github.com/SabreTools/MPF"
arch=('x86_64')
-depends=('casclib' 'stormlib')
license=('GPL3')
options=('!strip')
pkgdesc="Media Preservation Frontend for Aaru and Redumper in C# (CLI Version)"
provides=('mpf-check')
pkgver=2.7.3
-pkgrel=2
+pkgrel=3
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')