diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-11-27 19:08:57 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-27 19:08:57 +0100 |
| commit | 20b4d7a46db48a0162b66f2d49d33895b4e75ce4 (patch) | |
| tree | 2f1f757e6fe7529ad3d5befa6197a43c14098bd5 | |
| parent | 6a2d7e7469498563a4783ab87bbc45cc6aa735fe (diff) | |
| download | aports-20b4d7a46db48a0162b66f2d49d33895b4e75ce4.tar.bz2 aports-20b4d7a46db48a0162b66f2d49d33895b4e75ce4.tar.xz | |
main/exiv2: fix url=
| -rw-r--r-- | main/exiv2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/exiv2/APKBUILD b/main/exiv2/APKBUILD index ac24a52912..b6e8462d2c 100644 --- a/main/exiv2/APKBUILD +++ b/main/exiv2/APKBUILD @@ -1,9 +1,9 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=exiv2 pkgver=0.27.2 -pkgrel=0 +pkgrel=1 pkgdesc="Exif and Iptc metadata manipulation library and tools." -url="http://exiv2.org" +url="https://exiv2.org" arch="all" options="!check" # No test suite. license="GPL-2.0-or-later" |
