diff options
Diffstat (limited to 'extra/id3lib/PKGBUILD')
-rw-r--r-- | extra/id3lib/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/id3lib/PKGBUILD b/extra/id3lib/PKGBUILD index c10e010f8..0bd854311 100644 --- a/extra/id3lib/PKGBUILD +++ b/extra/id3lib/PKGBUILD @@ -1,15 +1,14 @@ -# $Id: PKGBUILD 151326 2012-02-25 14:15:27Z pierre $ +# $Id: PKGBUILD 198108 2013-10-30 12:50:19Z allan $ # Contributor: Jochem Kossen <j.kossen@home.nl> pkgname=id3lib pkgver=3.8.3 -pkgrel=12.1 +pkgrel=13 pkgdesc="An open-source, cross-platform software development library for reading, writing, and manipulating ID3v1 and ID3v2 tags" arch=('i686' 'x86_64' 'mips64el') license=('LGPL') url="http://id3lib.sourceforge.net/" depends=('zlib' 'gcc-libs') -options=('!libtool') source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'patch_id3lib_3.8.3_UTF16_writing_bug.diff' 'id3lib-3.8.3-CVE-2007-4460.patch' |