diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 00:49:01 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 00:49:01 -0300 |
commit | 0d071d359ee82e68c5098324ce563e53dd3d6917 (patch) | |
tree | fa343fe0b0dd682b74240af3bceb5f0128f56385 /community | |
parent | 603b40370644a7b6bcb3c731e8829dee1a0e119e (diff) | |
download | aports-0d071d359ee82e68c5098324ce563e53dd3d6917.tar.bz2 aports-0d071d359ee82e68c5098324ce563e53dd3d6917.tar.xz |
community/exempi: fix url
Diffstat (limited to 'community')
-rw-r--r-- | community/exempi/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/exempi/APKBUILD b/community/exempi/APKBUILD index b4567855a7..9448f7119b 100644 --- a/community/exempi/APKBUILD +++ b/community/exempi/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=exempi pkgver=2.5.0 -pkgrel=1 +pkgrel=2 pkgdesc="A library to parse XMP metadata" -url="https://libopenraw.freedesktop.org/wiki/Exempi/" +url="https://wiki.freedesktop.org/libopenraw/Exempi/" arch="all" license="BSD-3-Clause" makedepends="expat-dev zlib-dev boost-dev" |