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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Tue Feb 25 14:52:10 UTC 2014


    Date: Tuesday, February 25, 2014 @ 15:52:10
  Author: bpiotrowski
Revision: 106209

upgpkg: cddb_get 2.28-1

new upstream release

Modified:
  cddb_get/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-25 14:47:29 UTC (rev 106208)
+++ PKGBUILD	2014-02-25 14:52:10 UTC (rev 106209)
@@ -5,8 +5,8 @@
 
 pkgname=cddb_get
 _realname=CDDB_get
-pkgver=2.27
-pkgrel=7
+pkgver=2.28
+pkgrel=1
 pkgdesc="Fetches CDDB info for an audio cd."
 arch=('any')
 url="http://armin.emx.at/cddb/"
@@ -13,17 +13,17 @@
 license=('GPL' 'PerlArtistic')
 depends=('perl>=5.10.0')
 options=('!emptydirs')
-source=("http://armin.emx.at/cddb/$_realname-$pkgver.tar.gz")
-md5sums=('405a3704ad5db45f117cc7cc5bd1ce7c')
-sha1sums=('cec39851678bbb1fdd76f2cbd170628baf4971e6')
+source=("http://search.cpan.org/CPAN/authors/id/F/FO/FONKIE/$_realname-$pkgver.tar.gz")
+md5sums=('e757e5e2f5a4c4aafcce0529310f2c6d')
+sha1sums=('20320871553b63b60a95776053aaadd5c2f508eb')
 
 build() {
   cd "$srcdir/$_realname-$pkgver"
-  
+
   # install module in vendor directories.
   perl Makefile.PL INSTALLDIRS=vendor INSTALLVENDORSCRIPT=/usr/bin
-  
-  make 
+
+  make
 }
 
 package() {




More information about the arch-commits mailing list