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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Feb 5 16:41:20 UTC 2011


    Date: Saturday, February 5, 2011 @ 11:41:20
  Author: andyrtr
Revision: 109066

upgpkg: libexif 0.6.20-1
upstream update 0.6.20

Modified:
  libexif/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-05 16:25:45 UTC (rev 109065)
+++ PKGBUILD	2011-02-05 16:41:20 UTC (rev 109066)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Kieslich <tobias at justdreams.de>
 
 pkgname=libexif
-pkgver=0.6.19
+pkgver=0.6.20
 pkgrel=1
 pkgdesc="A library to parse an EXIF file and read the data from those tags"
 arch=(i686 x86_64)
@@ -12,11 +12,15 @@
 depends=('glibc')
 options=('!libtool')
 source=(http://downloads.sf.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('56144a030a4c875c600b1ccf713f69f7')
+md5sums=('19844ce6b5d075af16f0d45de1e8a6a3')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  ./configure --prefix=/usr
+  make
 }
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list