diff options
author | root <root@rshg054.dnsready.net> | 2013-03-14 00:05:24 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-14 00:05:24 -0700 |
commit | 3ff20dedff636571ad0faa4736af5b23e4623ffe (patch) | |
tree | ab4a70fe4e4a9113ff3483d8635eb46f8994c12a /extra/libgphoto2/PKGBUILD | |
parent | 3efd178c050d911cfdff7e8d2ed4886b98b08b98 (diff) |
Thu Mar 14 00:05:23 PDT 2013
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 eaf184a4a..f419a2f9e 100644 --- a/extra/libgphoto2/PKGBUILD +++ b/extra/libgphoto2/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 173128 2012-12-11 14:42:12Z jgc $ +# $Id: PKGBUILD 179978 2013-03-13 20:08:25Z 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.5.0 +pkgver=2.5.1 pkgrel=1 pkgdesc="The core library of gphoto2, designed to allow access to digital camera by external programs." arch=(i686 x86_64) @@ -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=('ea9b3b07a3738c0a77958d6fe13ae524') +md5sums=('92780eb4baf7b512b86b5e7300ec91a5') build() { cd "${srcdir}/${pkgname}-${pkgver}" |