summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4b46e509631..b8336f27c80f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Sun Feb 26 16:08:16 UTC 2017
pkgbase = delaycut
pkgdesc = Corrects delay, cuts audio files coded in ac3, dts, mpa and wav, fixes CRC errors in ac3 and mpa files.
pkgver = 1.4.3.9
@@ -10,7 +8,7 @@ pkgbase = delaycut
license = GPL3
depends = qt5-base
provides = delaycut
- source = https://github.com/darealshinji/delaycut/archive/v1.4.3.9.tar.gz
+ source = delaycut-1.4.3.9::https://github.com/darealshinji/delaycut/archive/v1.4.3.9.tar.gz
sha256sums = 3e215c906efc9680a7254b250f9c2fbd9f3f0a5f8b56481f2268b30c03c715e4
pkgname = delaycut
diff --git a/PKGBUILD b/PKGBUILD
index bdd3eddfff6d..4a6fd9152ec6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Dmitry Kharitonov <darksab0r at gmail com>
+# Maintainer: Dmitry Kharitonov <arch[at]nano-model[dot]com>
# Contributor: kfgz <kfgz at interia pl>
# Contributor: sonic414 <kevinjf at live dot in>
@@ -11,7 +11,7 @@ url='https://github.com/darealshinji/delaycut'
license=(GPL3)
depends=('qt5-base')
provides=('delaycut')
-source=(https://github.com/darealshinji/delaycut/archive/v${pkgver}.tar.gz)
+source=("${pkgname}-${pkgver}::https://github.com/darealshinji/delaycut/archive/v${pkgver}.tar.gz")
sha256sums=('3e215c906efc9680a7254b250f9c2fbd9f3f0a5f8b56481f2268b30c03c715e4')
build() {