summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2023-04-12 20:45:58 +0200
committerNarrat2023-04-12 20:45:58 +0200
commitbed6cdd471abb404fbc191b79a0db7cacfbdffd3 (patch)
tree8e2fd6fe6abb30b48ddef78c82a6e5f20496dfce
parent5e952325d87970d84e347c4292ae3da5611ae58b (diff)
downloadaur-bed6cdd471abb404fbc191b79a0db7cacfbdffd3.tar.gz
mp3directcut: switch source checksum to sha256
As those are easily checked against the one provided by upstream. https://mpesch3.de/index.html#dwn
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a90d3831d9c..ce14cae2477e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mp3directcut
pkgdesc = fast audio editor and recorder for mp3 with no need to decompress
pkgver = 2.36
- pkgrel = 1
+ pkgrel = 2
url = https://mpesch3.de/index.html
arch = i686
arch = x86_64
@@ -11,10 +11,10 @@ pkgbase = mp3directcut
source = mp3directcut
source = mp3directcut.desktop
source = mp3dcicon.png
- md5sums = b962197f84560b5e11bcf28a84bf1e81
- md5sums = 31de44159649baddf5c7b6936b87133f
- md5sums = 910ada5caa9b0ea67a88bfc7ffe9c237
- md5sums = 81a5bbd5789094b4bf5822791826c162
+ sha256sums = 406018fc3e4b3aa13b963706c62ab0a65889ad8d1cfa15c9ceb46d4c27c36f71
+ sha256sums = d0aa5b02aa6e99a926238747e4a16aae9a7aab6e25612fed0ee46b4cd949c34d
+ sha256sums = 99249e0b1e64c670aac164be5cf0fda5ba16878ce58ae7180d284abfa6d9df33
+ sha256sums = 178d703eb9958990d6b53b0da34e91b21bfed20316ad61a25b94c93f2e09739c
depends_i686 = mpg123
optdepends_i686 = libpulse: PulseAudio plugin
depends_x86_64 = lib32-mpg123
diff --git a/PKGBUILD b/PKGBUILD
index 21fae41c9d42..8c6b46b31bc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mp3directcut
pkgver=2.36
-pkgrel=1
+pkgrel=2
pkgdesc="fast audio editor and recorder for mp3 with no need to decompress"
arch=('i686' 'x86_64')
url="https://mpesch3.de/index.html"
@@ -17,10 +17,10 @@ source=(http://ftp.elf.stuba.sk/pub/pc/sound/mp3dc${pkgver/.}.exe
mp3directcut
mp3directcut.desktop
mp3dcicon.png)
-md5sums=('b962197f84560b5e11bcf28a84bf1e81'
- '31de44159649baddf5c7b6936b87133f'
- '910ada5caa9b0ea67a88bfc7ffe9c237'
- '81a5bbd5789094b4bf5822791826c162')
+sha256sums=('406018fc3e4b3aa13b963706c62ab0a65889ad8d1cfa15c9ceb46d4c27c36f71'
+ 'd0aa5b02aa6e99a926238747e4a16aae9a7aab6e25612fed0ee46b4cd949c34d'
+ '99249e0b1e64c670aac164be5cf0fda5ba16878ce58ae7180d284abfa6d9df33'
+ '178d703eb9958990d6b53b0da34e91b21bfed20316ad61a25b94c93f2e09739c')
package() {