[arch-commits] Commit in mutagen/trunk (ChangeLog PKGBUILD)

Eric Bélanger eric at archlinux.org
Tue Feb 7 08:50:09 UTC 2012


    Date: Tuesday, February 7, 2012 @ 03:50:09
  Author: eric
Revision: 149367

upgpkg: mutagen 1.20-4

Rebuild to add signature, Add check function, Shorten description, Remove ChangeLog

Modified:
  mutagen/trunk/PKGBUILD
Deleted:
  mutagen/trunk/ChangeLog

-----------+
 ChangeLog |   39 ---------------------------------------
 PKGBUILD  |   18 +++++++++++-------
 2 files changed, 11 insertions(+), 46 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2012-02-07 08:26:35 UTC (rev 149366)
+++ ChangeLog	2012-02-07 08:50:09 UTC (rev 149367)
@@ -1,39 +0,0 @@
-2010-10-06  Eric Belanger  <eric at archlinux.org>
-
-	* mutagen 1.20-3
-	* Removed python reference in __init__.py (close FS#21104)
-
-2010-08-20  Eric Belanger  <eric at archlinux.org>
-
-	* mutagen 1.20-2
-	* Rebuilt for python2
-
-2010-08-20  Eric Belanger  <eric at archlinux.org>
-
-	* mutagen 1.20-1
-	* Upstream update
-
-2010-03-16  Eric Belanger  <eric at archlinux.org>
-
-	* mutagen 1.19-1
-	* Upstream update
-
-2009-11-20  Eric Belanger  <eric at archlinux.org>
-
-	* mutagen 1.18-1
-	* Upstream update
-	* Switched to 'any' arch
-
-2009-07-08  Eric Belanger  <eric at archlinux.org>
-
-	* mutagen 1.16-1
-	* Upstream update
-	* Updated url
-	* Fixed license
-
-2008-12-03  Eric Belanger  <eric at archlinux.org>
-
-	* mutagen 1.15-1
-	* Upstream update
-	* Updated url
-	* Added ChangeLog

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-07 08:26:35 UTC (rev 149366)
+++ PKGBUILD	2012-02-07 08:50:09 UTC (rev 149367)
@@ -1,19 +1,23 @@
 # $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
+# Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=mutagen
 pkgver=1.20
-pkgrel=3
-pkgdesc="An audio metadata tag reader and writer implemented in pure python"
+pkgrel=4
+pkgdesc="An audio metadata tag reader and writer"
 arch=('any')
 url="http://code.google.com/p/mutagen/"
 license=('GPL2')
 depends=('python2')
-changelog=ChangeLog
-source=(http://mutagen.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-md5sums=('adb16d9f6056bc864a5c86c6f885af79')
-sha1sums=('7a8c1918160e6b5d24acd146f57c08ed942a2fa8')
+source=(http://mutagen.googlecode.com/files/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('7a8c1918160e6b5d24acd146f57c08ed942a2fa8'
+          '046c2d763cd59f86ee920a6dc28a32f86b555473')
 
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py test
+}
+
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   python2 setup.py install --root="${pkgdir}"




More information about the arch-commits mailing list