summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2018-09-04 23:56:41 +0300
committerSpyros Stathopoulos2018-09-04 23:56:41 +0300
commit6f4ca75bb0bcb7fdfeaf9d9936261b868a677026 (patch)
treec2eea645ee4169c0ea5252f54d3f0d8c5b445883
parent18ffa4d38418ba3b0d609fc0458c3581c2018694 (diff)
downloadaur-gmpc-lyricwiki.tar.gz
Use the 11.8 source directory as the 11.8.16 source tarball is empty
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 571c0e803c95..dc8aa53d7ca0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Nov 7 19:56:03 UTC 2016
+# Tue Sep 4 20:56:10 UTC 2018
pkgbase = gmpc-lyricwiki
pkgdesc = A new plugin that uses the REST api of lyricwiki to fetch lyrics.
pkgver = 11.8.16
- pkgrel = 5
+ pkgrel = 6
url = http://gmpc.wikia.com/
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = gmpc-lyricwiki
depends = libmpd>=0.20.0
depends = libxml2
depends = gmpc>=11.8.16
- source = http://download.sarine.nl/Programs/gmpc/11.8.16/gmpc-lyricwiki-11.8.16.tar.gz
+ source = http://download.sarine.nl/Programs/gmpc/11.8/gmpc-lyricwiki-11.8.16.tar.gz
md5sums = a5738460c41ab8ed39db7afccd5a19b0
pkgname = gmpc-lyricwiki
diff --git a/PKGBUILD b/PKGBUILD
index b6916e71062e..44f5ad2705c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
# Contributor: Lukas Miczka <lukascpu@gmail.com>
pkgname=gmpc-lyricwiki
-pkgver=11.8.16
-pkgrel=5
+_pkgvermain=11.8
+pkgver=${_pkgvermain}.16
+pkgrel=6
pkgdesc="A new plugin that uses the REST api of lyricwiki to fetch lyrics."
arch=('i686' 'x86_64')
url="http://gmpc.wikia.com/"
license=('GPL')
depends=('libmpd>=0.20.0' 'libxml2' 'gmpc>=11.8.16')
makedepends=('intltool')
-source=(http://download.sarine.nl/Programs/gmpc/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+source=(http://download.sarine.nl/Programs/gmpc/${_pkgvermain}/${pkgname}-${pkgver}.tar.gz)
md5sums=('a5738460c41ab8ed39db7afccd5a19b0')
build() {