Don't like ads? PRO users don't see any ads ;-)
Guest

aur update for perl-mp3-tag for 1.13

By: a guest on Oct 31st, 2010  |  syntax: Diff  |  size: 0.71 KB  |  hits: 89  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. --- PKGBUILD.orig       2010-10-30 22:09:57.596666910 -0700
  2. +++ PKGBUILD    2010-10-30 22:10:57.536666911 -0700
  3. @@ -2,16 +2,16 @@
  4.  # Contributor: Jonny Gerold <jonny@fsk141.com>
  5.  
  6.  pkgname=perl-mp3-tag
  7. -pkgver=1.12
  8. +pkgver=1.13
  9.  pkgrel=1
  10.  pkgdesc="Module for reading tags of MP3 audio files."
  11.  arch=('i686' 'x86_64')
  12. -url="http://search.cpan.org/~ilyaz/MP3-Tag-1.11/lib/MP3/Tag.pm"
  13. +url="http://search.cpan.org/~ilyaz/MP3-Tag/"
  14.  license=('PerlArtistic')
  15.  depends=('perl')
  16.  options=(!emptydirs)
  17.  source=("http://search.cpan.org/CPAN/authors/id/I/IL/ILYAZ/modules/MP3-Tag-$pkgver.tar.gz")
  18. -md5sums=('f0919444a70194c24f5f96c34868ec0d')
  19. +md5sums=('1eea17c9c8a03433634eb37fc16311d3')
  20.  
  21.  build() {
  22.         cd $srcdir/MP3-Tag-$pkgver