diff options
author | root <root@rshg054.dnsready.net> | 2012-02-26 23:15:00 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-26 23:15:00 +0000 |
commit | f6a79a3f5989efc8db63af942851c56f0c462bb1 (patch) | |
tree | 08bddecba9bbd4fc2c2075bfa2c514f710fcd351 /extra/id3lib | |
parent | e4a5730eb358cb0d78bc022204ddccac068c2bf2 (diff) |
Sun Feb 26 23:15:00 UTC 2012
Diffstat (limited to 'extra/id3lib')
-rw-r--r-- | extra/id3lib/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/id3lib/PKGBUILD b/extra/id3lib/PKGBUILD index 483d3300f..a8768b8bf 100644 --- a/extra/id3lib/PKGBUILD +++ b/extra/id3lib/PKGBUILD @@ -1,12 +1,11 @@ -# $Id: PKGBUILD 123876 2011-05-14 00:23:46Z andrea $ -# Maintainer: +# $Id: PKGBUILD 151326 2012-02-25 14:15:27Z pierre $ # Contributor: Jochem Kossen <j.kossen@home.nl> pkgname=id3lib pkgver=3.8.3 -pkgrel=11 +pkgrel=12 pkgdesc="An open-source, cross-platform software development library for reading, writing, and manipulating ID3v1 and ID3v2 tags" -arch=(i686 x86_64) +arch=('i686' 'x86_64') license=('LGPL') url="http://id3lib.sourceforge.net/" depends=('zlib' 'gcc-libs') |