diff options
Diffstat (limited to 'extra/libgphoto2/PKGBUILD')
-rw-r--r-- | extra/libgphoto2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libgphoto2/PKGBUILD b/extra/libgphoto2/PKGBUILD index 9319b51aa..0247eecad 100644 --- a/extra/libgphoto2/PKGBUILD +++ b/extra/libgphoto2/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 156270 2012-04-16 14:30:06Z jgc $ +# $Id: PKGBUILD 173128 2012-12-11 14:42:12Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Tom Gundersen <teg@jklm.no> # Contributor: Eduardo Romero <eduardo@archlinux.org> # Contributor: Damir Perisa <damir.perisa@bluewin.ch> pkgname=libgphoto2 -pkgver=2.4.14 +pkgver=2.5.0 pkgrel=1 pkgdesc="The core library of gphoto2, designed to allow access to digital camera by external programs." arch=(i686 x86_64 'mips64el') @@ -15,7 +15,7 @@ depends=('libexif' 'libjpeg>=8' 'gd' 'libltdl' 'libusb-compat' 'libusb') install=libgphoto2.install options=('libtool') source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.gz) -md5sums=('492bec63dd610906c3a28030be77e650') +md5sums=('ea9b3b07a3738c0a77958d6fe13ae524') build() { cd "${srcdir}/${pkgname}-${pkgver}" |