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

Eduardo Romero eduardo at archlinux.org
Wed Jul 9 20:11:07 UTC 2008


    Date: Wednesday, July 9, 2008 @ 16:11:07
  Author: eduardo
Revision: 4761

Modified:
  libgphoto2/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-09 20:05:51 UTC (rev 4760)
+++ PKGBUILD	2008-07-09 20:11:07 UTC (rev 4761)
@@ -3,8 +3,8 @@
 # Contributor: Damir Perisa <damir.perisa at bluewin.ch>
 
 pkgname=libgphoto2
-pkgver=2.4.1
-pkgrel=1
+pkgver=2.4.0
+pkgrel=6
 pkgdesc="The core of gphoto2 software. It is a portable library to gives access to more than 400 digital cameras."
 arch=(i686 x86_64)
 url="http://www.gphoto.org"
@@ -13,7 +13,7 @@
 install=(libgphoto2.install)
 source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.gz
 	no-mdns.patch fix-udev.patch)
-md5sums=('49c12c52031da50153d7fbd75b49124d'
+md5sums=('adef1a564d3d1a48e1c13ece34b111b6'
          '28f57616cbba6f12ca113b87c8123993'
          'e5f3b19f7cdca8d72190170da995dfec')
 options=('libtool')
@@ -34,7 +34,7 @@
   pushd libgphoto2_port || return 1
   libtoolize --force --copy || return 1
   autoreconf || return 1
-  popd
+  popd 
 
   ./configure --prefix=/usr --with-exif --disable-static || return 1
   make || return 1





More information about the arch-commits mailing list