Date: Friday, July 3, 2015 @ 10:28:15 Author: jgc Revision: 241731 upgpkg: exiv2 0.25-1
Modified: exiv2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-07-03 07:52:23 UTC (rev 241730) +++ PKGBUILD 2015-07-03 08:28:15 UTC (rev 241731) @@ -2,9 +2,9 @@ # Maintainer: tobias <[email protected]> pkgname=exiv2 -pkgver=0.24 +pkgver=0.25 pkgrel=1 -pkgdesc="Exif and Iptc metadata manipulation library and tools" +pkgdesc="Exif, Iptc and XMP metadata manipulation library and tools" arch=('i686' 'x86_64') url="http://exiv2.org" license=('GPL2') @@ -12,7 +12,7 @@ makedepends=('cmake') # for doc: 'doxygen' 'graphviz' 'ttf-liberation' 'libxslt') source=(http://www.exiv2.org/${pkgname}-${pkgver}.tar.gz) # for doc build maybe add from FC exiv2-0.24-doxygen_config.patch) -md5sums=('b8a23dc56a98ede85c00718a97a8d6fc') +md5sums=('258d4831b30f75a01e0234065c6c2806') prepare() { mkdir build
