summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Dejonckheere2013-07-12 19:29:05 +0200
committerFlorian Dejonckheere2013-07-12 19:29:05 +0200
commit13db24deae56a8b0f026254190308669c49c4906 (patch)
tree6ecd39b38a81249056767a14003e90a4db9fbc2c
parent069f927e53d36991d125c819d89ee027612e10c2 (diff)
downloadaur-13db24deae56a8b0f026254190308669c49c4906.tar.gz
Updated coverlovin-funk to 20130603
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
-rw-r--r--changelog11
3 files changed, 20 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efe6fd071b90..1faa1fd28144 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = coverlovin-funk
pkgdesc = CLI recursive directory album art downloader written in Python, Thomas Funk patches
- pkgver = 2.0
+ pkgver = 20130603
pkgrel = 1
url = https://launchpad.net/coverlovin
+ changelog = changelog
arch = any
license = GPL3
depends = python2
@@ -11,8 +12,8 @@ pkgbase = coverlovin-funk
provides = coverlovin
conflicts = coverlovin
replaces = coverlovin
- source = https://launchpadlibrarian.net/135960815/coverlovin.py
- md5sums = 6a49c643142816a78069f72ae35ed565
+ source = https://launchpadlibrarian.net/141574171/coverlovin.py
+ md5sums = 2206e9f4f394cca8735669b3b75240d7
pkgname = coverlovin-funk
diff --git a/PKGBUILD b/PKGBUILD
index 414ad25f752d..2ceb196591a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,19 @@
# Based on the coverlovin PKGBUILD
pkgname=coverlovin-funk
_pkgname=coverlovin
-pkgver=2.0
+pkgver=20130603
pkgrel=1
pkgdesc="CLI recursive directory album art downloader written in Python, Thomas Funk patches"
-arch=('any')
url="https://launchpad.net/coverlovin"
+arch=('any')
license=('GPL3')
depends=('python2' 'python2-simplejson' 'mutagen')
provides=('coverlovin')
conflicts=('coverlovin')
replaces=('coverlovin')
-source=("https://launchpadlibrarian.net/135960815/coverlovin.py")
-md5sums=('6a49c643142816a78069f72ae35ed565')
+changelog=changelog
+source=('https://launchpadlibrarian.net/141574171/coverlovin.py')
+md5sums=('2206e9f4f394cca8735669b3b75240d7')
prepare(){
cd ${srcdir}
diff --git a/changelog b/changelog
new file mode 100644
index 000000000000..865fc014daf7
--- /dev/null
+++ b/changelog
@@ -0,0 +1,11 @@
+2013-07-12 Florian Dejonckheere <florian@floriandejonckheere.be>
+
+ * coverlovin-funk-20130603 :
+ Updated to latest patches
+ Change versioning scheme to dates
+ Added changelog
+
+2013-05-29 Florian Dejonckheere <florian@floriandejonckheere.be>
+
+ * coverlovin-funk-2.0-1 :
+ PKGBUILD compliance with pacman 4.1 specification