aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-07-25 09:20:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-07-25 09:20:52 +0000
commit0945eb55f2b2645eda75587579421dcbb93d7006 (patch)
tree8a83b7187c56232d46b60f8dbc8a6e0854f6f925
parentb9d1b15acff7eb38e5adec24faeaabf92cf93390 (diff)
downloadaports-0945eb55f2b2645eda75587579421dcbb93d7006.tar.bz2
aports-0945eb55f2b2645eda75587579421dcbb93d7006.tar.xz
fixes #1262
-rw-r--r--main/libexif/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libexif/APKBUILD b/main/libexif/APKBUILD
index 27e95d7645..cefe64f52c 100644
--- a/main/libexif/APKBUILD
+++ b/main/libexif/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libexif
-pkgver=0.6.19
-pkgrel=3
+pkgver=0.6.21
+pkgrel=0
pkgdesc="A library to parse an EXIF file and read the data from those tags"
url="http://sourceforge.net/projects/libexif"
license="LGPL"
@@ -20,4 +20,4 @@ package() {
cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install || return 1
}
-md5sums="56144a030a4c875c600b1ccf713f69f7 libexif-0.6.19.tar.bz2"
+md5sums="27339b89850f28c8f1c237f233e05b27 libexif-0.6.21.tar.bz2"