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

Jakob Gruber schuay at archlinux.org
Sun Jun 21 14:24:58 UTC 2015


    Date: Sunday, June 21, 2015 @ 16:24:58
  Author: schuay
Revision: 135663

abcde-2.7-1

Modified:
  abcde/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-21 14:15:41 UTC (rev 135662)
+++ PKGBUILD	2015-06-21 14:24:58 UTC (rev 135663)
@@ -5,11 +5,11 @@
 # Maintainer: schuay <jakob.gruber at gmail.com>
 
 pkgname=abcde
-pkgver=2.6
+pkgver=2.7
 pkgrel=1
 pkgdesc='A frontend command-line utility that grabs tracks off a CD, encodes them to ogg or mp3 format, and tags them, all in one go.'
 arch=('any')
-url='http://code.google.com/p/abcde/'
+url='http://abcde.einval.com'
 license=('GPL')
 depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python2-eyed3')
 optdepends=('cdparanoia: Paranoia ripping support'
@@ -26,7 +26,8 @@
 source=("http://abcde.einval.com/download/abcde-${pkgver}.tar.gz"
         "http://abcde.einval.com/download/abcde-${pkgver}.tar.gz.sign"
         'fix-mp3-tagging.patch')
-validpgpkeys=('CEBB52301D617E910390FE16587979573442684E') # Steve McIntyre
+validpgpkeys=('CEBB52301D617E910390FE16587979573442684E'
+              '742D444A5AFAF2951EF33E7BF8FB375D9CC820B3') # Steve McIntyre, Andrew Strong
 
 build() {
     cd ${srcdir}/${pkgname}-${pkgver}
@@ -41,6 +42,6 @@
     make DESTDIR="${pkgdir}" install
 }
 
-md5sums=('c8b91d5c53386cfc4345d9d49f67e1dd'
+md5sums=('b947ec2b6baab8cf8388b1d6613664cb'
          'SKIP'
          'c3975dc8389ff2edba6684bbc378d97d')



More information about the arch-commits mailing list