summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMax Falk2016-11-30 00:36:13 +0100
committerMax Falk2016-11-30 00:36:13 +0100
commitf32b6e3adb0d7abbd1f8c3489b2662d44ee0bdb9 (patch)
treef97cdda0166371355fb5f45a62a95ddce2e99348 /PKGBUILD
parent0de3eca1cb06c3f5d06d5136ab983275604d5760 (diff)
downloadaur-blockify.tar.gz
use unique name for source file
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d384fa5bd208..00b0f87dccf1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: demian <mikar ατ gmx δοτ de>
pkgname=blockify
pkgver=3.6.3
-pkgrel=2
+pkgrel=3
pkgdesc="Mutes Spotify advertisements."
arch=("any")
url="https://github.com/mikar/${pkgname}"
@@ -16,7 +16,7 @@ depends=("spotify"
"wmctrl")
makedepends=("python-setuptools")
optdepends=("pulseaudio: mute spotify sink instead of system sound")
-source=("https://github.com/mikar/${pkgname}/archive/v${pkgver}.tar.gz")
+source=("blockify-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
package() {
cd "$srcdir"/${pkgname}-${pkgver}