summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2016-11-07 20:02:26 +0000
committerSpyros Stathopoulos2016-11-07 20:02:26 +0000
commit18ffa4d38418ba3b0d609fc0458c3581c2018694 (patch)
treec925517449f1b16826016e621ceb451773570d9e
parent3758ce35708923667241ebdc5211a874557fd631 (diff)
downloadaur-18ffa4d38418ba3b0d609fc0458c3581c2018694.tar.gz
Field license should be an array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2bf3ad7a681..571c0e803c95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon Nov 7 19:56:03 UTC 2016
pkgbase = gmpc-lyricwiki
pkgdesc = A new plugin that uses the REST api of lyricwiki to fetch lyrics.
pkgver = 11.8.16
- pkgrel = 4
+ pkgrel = 5
url = http://gmpc.wikia.com/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2b71be28631a..b6916e71062e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=gmpc-lyricwiki
pkgver=11.8.16
-pkgrel=4
+pkgrel=5
pkgdesc="A new plugin that uses the REST api of lyricwiki to fetch lyrics."
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="http://gmpc.wikia.com/"
-license="GPL"
+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)