exiv2: update to 0.27.3.
This commit is contained in:
parent
3925f8a5ef
commit
8bea2dfae4
1 changed files with 10 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'exiv2'
|
||||
pkgname=exiv2
|
||||
version=0.27.2
|
||||
version=0.27.3
|
||||
revision=1
|
||||
wrksrc="exiv2-${version}-Source"
|
||||
build_style=cmake
|
||||
|
@ -11,7 +11,15 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.exiv2.org"
|
||||
distfiles="https://www.exiv2.org/builds/exiv2-${version}-Source.tar.gz"
|
||||
checksum=2652f56b912711327baff6dc0c90960818211cf7ab79bb5e1eb59320b78d153f
|
||||
checksum=a79f5613812aa21755d578a297874fb59a85101e793edc64ec2c6bd994e3e778
|
||||
|
||||
pre_configure() {
|
||||
case "$XBPS_TARGET_ARCH" in
|
||||
"x86_64*") ;;
|
||||
"i686*") ;;
|
||||
*) vsed -i cmake/compilerFlags.cmake -e 's/-fcf-protection//' ;;
|
||||
esac
|
||||
}
|
||||
|
||||
exiv2-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue