summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Bezerra2019-11-01 12:36:01 -0300
committerRodrigo Bezerra2019-11-01 12:36:01 -0300
commit7898ce84049412f144897c1e4eb94e296a66e866 (patch)
treedcf0a98c0cc60db0dad545f2ad89ebd821fcdad2
parent085bacd1acb1b63b59d0a61cfb973e67dfd86481 (diff)
downloadaur-7898ce84049412f144897c1e4eb94e296a66e866.tar.gz
Update to version 2.5.23
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b71ba589c29..96867884304a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-libgphoto2
pkgdesc = The core library of gphoto2, designed to allow access to digital camera by external programs. (32-bit)
- pkgver = 2.5.22
+ pkgver = 2.5.23
pkgrel = 1
url = http://www.gphoto.org/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = lib32-libgphoto2
depends = lib32-libusb
depends = lib32-libxml2
depends = libgphoto2
- source = git+https://github.com/gphoto/libgphoto2#commit=c5a7943bef54953656a37edd893a09b2789240fd
+ source = git+https://github.com/gphoto/libgphoto2#commit=276c1a403f07aac74224a65079c51ef600c6837b
validpgpkeys = 7C4AFD61D8AAE7570796A5172209D6902F969C95
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a258eba31170..aa0603742151 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_basename=libgphoto2
pkgname=lib32-libgphoto2
-pkgver=2.5.22
+pkgver=2.5.23
pkgrel=1
pkgdesc="The core library of gphoto2, designed to allow access to digital camera by external programs. (32-bit)"
url="http://www.gphoto.org/"
@@ -11,7 +11,7 @@ arch=(x86_64)
license=(LGPL)
depends=(lib32-libexif lib32-gd lib32-libltdl lib32-libusb lib32-libxml2 libgphoto2)
makedepends=(autoconf-archive git)
-_commit=c5a7943bef54953656a37edd893a09b2789240fd # tags/libgphoto2-2_5_22-release
+_commit=276c1a403f07aac74224a65079c51ef600c6837b # tags/libgphoto2-2_5_23-release
source=("git+https://github.com/gphoto/libgphoto2#commit=$_commit")
sha256sums=('SKIP')
validpgpkeys=('7C4AFD61D8AAE7570796A5172209D6902F969C95') # Marcus Meissner
@@ -25,6 +25,8 @@ pkgver() {
prepare() {
cd $_basename
+ git cherry-pick -n 236cd97b617972c38ac8e6780590b3049c0afa2f
+
autoreconf -fvi
}