diff options
author | root <root@rshg054.dnsready.net> | 2013-06-18 01:11:38 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-18 01:11:38 -0700 |
commit | 614d2fec699c594b1a3a25c973e0b5150302ff0e (patch) | |
tree | 7d5b075f309f4004f09e77562975fad441662446 /extra/gphoto2 | |
parent | 3c8e479bfe9fab72058c833f2909a26232114733 (diff) |
Tue Jun 18 01:11:08 PDT 2013
Diffstat (limited to 'extra/gphoto2')
-rw-r--r-- | extra/gphoto2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gphoto2/PKGBUILD b/extra/gphoto2/PKGBUILD index a892a6114..468b3f8be 100644 --- a/extra/gphoto2/PKGBUILD +++ b/extra/gphoto2/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 179980 2013-03-13 20:13:10Z jgc $ +# $Id: PKGBUILD 188639 2013-06-17 09:41:26Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Eduardo Romero <eduardo@archlinux.org> # Contributor: Jason Chu <jason@archlinux.org> pkgname=gphoto2 -pkgver=2.5.1 +pkgver=2.5.2 pkgrel=1 pkgdesc="A digital camera download and access program." arch=(i686 x86_64) @@ -11,7 +11,7 @@ url="http://www.gphoto.org" license=('GPL' 'LGPL') depends=('libgphoto2' 'popt' 'readline') source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2) -md5sums=('03cda6d5b7c647ac4c90d0081f2cb7c7') +md5sums=('7e59e7e06a58febd35820978c6e48287') build() { cd "${srcdir}/${pkgname}-${pkgver}" |