diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-15 08:09:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-15 08:09:51 +0000 |
commit | 22412a26e1934b1d0da62c158a28be6ec147187b (patch) | |
tree | 142604d18c319f222c4515d1fbccb9e4ffb0ace3 /main/libexif/APKBUILD | |
parent | 96c8ef648e771f02e7cb326352c56851f32b095b (diff) | |
download | aports-22412a26e1934b1d0da62c158a28be6ec147187b.tar.bz2 aports-22412a26e1934b1d0da62c158a28be6ec147187b.tar.xz |
main/libexif: move .so to -dev package
ref #384
Diffstat (limited to 'main/libexif/APKBUILD')
-rw-r--r-- | main/libexif/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libexif/APKBUILD b/main/libexif/APKBUILD index 83546b1c8e..eb1ba1bda1 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=1 +pkgrel=2 pkgdesc="A library to parse an EXIF file and read the data from those tags" url="http://sourceforge.net/projects/libexif" license="LGPL" |