summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJaroslav Lichtblau2014-11-29 21:40:15 +0100
committerJaroslav Lichtblau2014-11-29 21:40:15 +0100
commitf0b645fdfd3ccabd790cee489057d6eb79f9d454 (patch)
treeba8a5e68a232b9d072730117b97311ea6f1c9a2f /PKGBUILD
parente8c918f0286d9141a99d314273e14b1dc065b132 (diff)
downloadaur-xmms-scrobbler.tar.gz
xmms-scrobbler-0.4.0-1
typo in download path fixed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e30d32c64055..a2d4964aab20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="http://xmms-scrobbler.sommitrealweird.co.uk/"
license=('GPL')
depends=('xmms' 'musicbrainz' 'taglib' 'curl')
-source=(http://xmms-scrobbler.sommitrealweird.co.uk//download/$pkgname-$pkgver.tar.gz)
+source=(http://xmms-scrobbler.sommitrealweird.co.uk/download/$pkgname-$pkgver.tar.gz)
md5sums=('a50de221dfb2cd87d803d22655df3dad')
build() {