aboutsummaryrefslogtreecommitdiffstats
path: root/community/libexif
diff options
context:
space:
mode:
Diffstat (limited to 'community/libexif')
-rw-r--r--community/libexif/APKBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/community/libexif/APKBUILD b/community/libexif/APKBUILD
index 4ba20bb4d65..9489c2f9595 100644
--- a/community/libexif/APKBUILD
+++ b/community/libexif/APKBUILD
@@ -1,9 +1,9 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libexif
pkgver=0.6.24
-pkgrel=0
+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"
@@ -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 \