libgphoto2: update to 2.5.31.

This commit is contained in:
Piraty 2024-02-15 20:25:45 +01:00
parent 01354f85c7
commit 94fea4a772
No known key found for this signature in database
GPG Key ID: 82F2CC796BD07077
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'libgphoto2' # Template file for 'libgphoto2'
pkgname=libgphoto2 pkgname=libgphoto2
version=2.5.30 version=2.5.31
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static --disable-rpath udevscriptdir=/usr/lib/udev" configure_args="--disable-static --disable-rpath udevscriptdir=/usr/lib/udev"
hostmakedepends="automake gettext-devel libtool pkg-config" hostmakedepends="automake gettext-devel libtool pkg-config"
@ -14,7 +14,7 @@ license="LGPL-2.1-or-later"
homepage="http://www.gphoto.org" homepage="http://www.gphoto.org"
changelog="https://raw.githubusercontent.com/gphoto/libgphoto2/master/NEWS" changelog="https://raw.githubusercontent.com/gphoto/libgphoto2/master/NEWS"
distfiles="https://github.com/gphoto/libgphoto2/releases/download/v${version}/libgphoto2-${version}.tar.bz2" distfiles="https://github.com/gphoto/libgphoto2/releases/download/v${version}/libgphoto2-${version}.tar.bz2"
checksum=ee61a1dac6ad5cf711d114e06b90a6d431961a6e7ec59f4b757a7cd77b1c0fb4 checksum=4f81c34c0b812bee67afd5f144940fbcbe01a2055586a6a1fa2d0626024a545b
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" libgphoto2" hostmakedepends+=" libgphoto2"