Date: Monday, November 15, 2010 @ 19:28:04 Author: ibiru Revision: 99679
upgpkg: libgphoto2 2.4.10.1-1 update to 2.4.10.1 and changed name of the udev rules into 40-libgphoto2.rules. FS#21709 Modified: libgphoto2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-11-16 00:21:58 UTC (rev 99678) +++ PKGBUILD 2010-11-16 00:28:04 UTC (rev 99679) @@ -3,7 +3,7 @@ # Contributor: Damir Perisa <[email protected]> pkgname=libgphoto2 -pkgver=2.4.10 +pkgver=2.4.10.1 pkgrel=1 pkgdesc="The core library of gphoto2, designed to allow access to digital camera by external programs." arch=(i686 x86_64) @@ -13,7 +13,7 @@ install=libgphoto2.install options=('libtool') source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.gz) -md5sums=('64951b07ad40b02117c1beee9caf2d4d') +md5sums=('8bf2bd1e267909203ec1e7f6ea3f83a0') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -33,7 +33,7 @@ LD_LIBRARY_PATH="${pkgdir}/usr/lib${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH" \ CAMLIBS="${pkgdir}/usr/lib/libgphoto2/${pkgver}" \ "${pkgdir}/usr/lib/libgphoto2/print-camera-list" udev-rules version 136 group camera mode 0660 > \ - "${pkgdir}/lib/udev/rules.d/54-gphoto.rules" + "${pkgdir}/lib/udev/rules.d/40-gphoto.rules" # Remove recursive symlink rm -f "${pkgdir}/usr/include/gphoto2/gphoto2"
