summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2019-02-18 05:33:21 +0500
committerDmitry Kharitonov2019-02-18 05:33:21 +0500
commit589cbc11c57a29d2bb2ca9489b701609886582e1 (patch)
treeba79d4346f48108b0d43921004fcfc1f6d09dc80
parent280c8cd25adbc29a6c3e677e5d1796ca6e5fcf76 (diff)
downloadaur-589cbc11c57a29d2bb2ca9489b701609886582e1.tar.gz
Source filename must be unique!
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 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..a336cb4c34fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {