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

Pierre Schmitz pierre at archlinux.org
Sat Mar 6 02:19:53 UTC 2010


    Date: Friday, March 5, 2010 @ 21:19:53
  Author: pierre
Revision: 71297

upstream upate see https://dev.archlinux.org/todo/27/

Modified:
  exiv2/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-06 02:00:35 UTC (rev 71296)
+++ PKGBUILD	2010-03-06 02:19:53 UTC (rev 71297)
@@ -2,7 +2,7 @@
 # Maintainer: tobias <tobias at arhlinux.org>
 
 pkgname=exiv2
-pkgver=0.18.2
+pkgver=0.19
 pkgrel=1
 pkgdesc="Exif and Iptc metadata manipulation library and tools."
 arch=('i686' 'x86_64')
@@ -10,12 +10,16 @@
 license=('GPL2')
 depends=('gcc-libs' 'zlib' 'expat')
 options=('!libtool')
-source=(http://www.exiv2.org/${pkgname}-${pkgver}.tar.gz)
-md5sums=('300cc55e098d7ff7560b4c6992282c53')
+source=("http://www.exiv2.org/${pkgname}-${pkgver}.tar.gz")
+md5sums=('f52fb75a2cb7512f1484deab76473e13')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list