From df4e45a41dbb2c5b9600f2c2f824f8e3efbc5bf0 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 12 Jun 2013 00:06:13 -0700 Subject: Wed Jun 12 00:06:12 PDT 2013 --- extra/libgphoto2/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extra/libgphoto2') diff --git a/extra/libgphoto2/PKGBUILD b/extra/libgphoto2/PKGBUILD index f419a2f9e..9a50c0181 100644 --- a/extra/libgphoto2/PKGBUILD +++ b/extra/libgphoto2/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 179978 2013-03-13 20:08:25Z jgc $ +# $Id: PKGBUILD 188179 2013-06-11 19:26:15Z jgc $ # Maintainer: Jan de Groot # Contributor: Tom Gundersen # Contributor: Eduardo Romero # Contributor: Damir Perisa pkgname=libgphoto2 -pkgver=2.5.1 +pkgver=2.5.2 pkgrel=1 pkgdesc="The core library of gphoto2, designed to allow access to digital camera by external programs." arch=(i686 x86_64) url="http://www.gphoto.org" license=(LGPL) -depends=('libexif' 'libjpeg>=8' 'gd' 'libltdl' 'libusb-compat' 'libusb') +depends=('libexif' 'libjpeg' 'gd' 'libltdl' 'libusb') install=libgphoto2.install options=('libtool') source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.gz) -md5sums=('92780eb4baf7b512b86b5e7300ec91a5') +md5sums=('d9f4462957e59bf2b2eb3b1ea8423570') build() { cd "${srcdir}/${pkgname}-${pkgver}" -- cgit v1.2.3-54-g00ecf