aboutsummaryrefslogtreecommitdiffstats
path: root/community/libexif/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libexif/APKBUILD')
-rw-r--r--community/libexif/APKBUILD15
1 files changed, 10 insertions, 5 deletions
diff --git a/community/libexif/APKBUILD b/community/libexif/APKBUILD
index 2b468bcdca2..9489c2f9595 100644
--- a/community/libexif/APKBUILD
+++ b/community/libexif/APKBUILD
@@ -1,13 +1,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libexif
-pkgver=0.6.23
-pkgrel=0
+pkgver=0.6.24
+pkgrel=2
pkgdesc="library to parse an EXIF file and read the data from those tags"
-url="https://sourceforge.net/projects/libexif"
+url="https://sourceforge.net/projects/libexif/"
arch="all"
license="LGPL-2.0-or-later"
subpackages="$pkgname-dev $pkgname-doc"
-source="https://github.com/libexif/libexif/releases/download/v$pkgver/libexif-$pkgver.tar.xz"
+source="https://github.com/libexif/libexif/releases/download/v$pkgver/libexif-$pkgver.tar.bz2"
# secfixes:
# 0.6.23-r0:
@@ -36,6 +36,11 @@ source="https://github.com/libexif/libexif/releases/download/v$pkgver/libexif-$p
# 0.6.19-r0:
# - CVE-2009-3895
+prepare() {
+ default_prepare
+ update_config_sub
+}
+
build() {
./configure \
--build=$CBUILD \
@@ -53,5 +58,5 @@ package() {
make DESTDIR="$pkgdir" install
}
sha512sums="
-bf8adbe91ae14a69a83d16712c6067b06b05dfe2af66badf0de3414ee214c1d79a16529eb17bcdbac41ef8e9701d9e2c7a7ea4531e939af4050f9781b8302751 libexif-0.6.23.tar.xz
+35c9e7af2c3d44a638dc6bbe8f96962d41c0f3fe4a257494f7a73baefab9aba507477175289ccf9002a66cc16ca53d5d1f44d6fef9e014b27f687ecdc58f5111 libexif-0.6.24.tar.bz2
"