summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2020-01-24 11:16:03 +0100
committerNarrat2020-01-24 11:16:03 +0100
commitffa70d6aa7056dadc58be18aedae117693c93392 (patch)
treef3571f2253137387da6583ed345a775e895c9488
parent0c9b112635f638f2cc4728921d24ecd5f559c6ea (diff)
downloadaur-ffa70d6aa7056dadc58be18aedae117693c93392.tar.gz
update to 2.28
and update url
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05b219d56e83..3368d6ad7905 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = mp3directcut
pkgdesc = fast audio editor and recorder for mp3 with no need to decompress
- pkgver = 2.27
+ pkgver = 2.28
pkgrel = 1
- url = http://mpesch3.de1.cc/mp3dc.html
+ url = https://mpesch3.de/index.html
arch = i686
arch = x86_64
license = FREEWARE
depends = wine
- source = http://ftp.elf.stuba.sk/pub/pc/sound/mp3dc227.exe
+ source = http://ftp.elf.stuba.sk/pub/pc/sound/mp3dc228.exe
source = mp3directcut
source = mp3directcut.desktop
source = mp3dcicon.png
- md5sums = 506569cc40b1f2969645571f2cdaae8c
+ md5sums = 9345871c49cc5c1c8827dfaf3464fd5f
md5sums = 31de44159649baddf5c7b6936b87133f
md5sums = 910ada5caa9b0ea67a88bfc7ffe9c237
md5sums = 81a5bbd5789094b4bf5822791826c162
diff --git a/PKGBUILD b/PKGBUILD
index 692399cb6540..e47994c1f406 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Contributor: Filip <fila pruda com>
pkgname=mp3directcut
-pkgver=2.27
+pkgver=2.28
pkgrel=1
pkgdesc="fast audio editor and recorder for mp3 with no need to decompress"
arch=('i686' 'x86_64')
-url="http://mpesch3.de1.cc/mp3dc.html"
+url="https://mpesch3.de/index.html"
license=('FREEWARE')
depends=(wine)
depends_i686=(mpg123)
@@ -17,7 +17,7 @@ source=(http://ftp.elf.stuba.sk/pub/pc/sound/mp3dc${pkgver/.}.exe
mp3directcut
mp3directcut.desktop
mp3dcicon.png)
-md5sums=('506569cc40b1f2969645571f2cdaae8c'
+md5sums=('9345871c49cc5c1c8827dfaf3464fd5f'
'31de44159649baddf5c7b6936b87133f'
'910ada5caa9b0ea67a88bfc7ffe9c237'
'81a5bbd5789094b4bf5822791826c162')
@@ -41,4 +41,4 @@ package() {
#docs
install -d -m755 "$pkgdir/usr/share/doc/mp3directcut"
install -m644 *.txt *.htm "$pkgdir/usr/share/doc/mp3directcut"
-} \ No newline at end of file
+}