summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2016-11-09 17:32:14 -0500
committerDaniel M. Capella2016-11-09 17:32:14 -0500
commit01a12b3b4c6a0dd214940c338551b65908a5478e (patch)
tree94fe8a1669523899e6d75fc1cba0139714db0718
parent9f30ae97e7aba723ac7b67d128bcf8a7c0c3eb36 (diff)
downloadaur-01a12b3b4c6a0dd214940c338551b65908a5478e.tar.gz
Fix source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5db651a85442..c8943da0f509 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Nov 9 22:13:59 UTC 2016
+# Wed Nov 9 22:32:01 UTC 2016
pkgbase = spotify-adkiller-git
pkgdesc = Your Party with Spotify - without ads!
pkgver = r155.1fa0ff9
@@ -15,7 +15,7 @@ pkgbase = spotify-adkiller-git
depends = xorg-xprop
provides = spotify-adkiller
conflicts = spotify-adkiller
- source = https://github.com/SecUpwN/Spotify-AdKiller.git
+ source = git+https://github.com/SecUpwN/Spotify-AdKiller.git
sha512sums = SKIP
pkgname = spotify-adkiller-git
diff --git a/PKGBUILD b/PKGBUILD
index 20bf69290d61..d7ebac3dc6ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ depends=('libnotify' 'pulseaudio' 'spotify' 'xdotool' 'xorg-xprop')
makedepends=('git')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
-source=("$url.git")
+source=("git+$url.git")
sha512sums=('SKIP')
pkgver() {