diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-26 22:56:22 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-26 23:33:40 -0300 |
commit | e79e4c4b2bfb7a1fd9f62d3286700d44e98d3668 (patch) | |
tree | 0d1c4da7236986191a9637eb5e47113357eb7a26 | |
parent | ea5c6bc99f943d9d2893d530df994175a6dddc22 (diff) | |
download | aports-e79e4c4b2bfb7a1fd9f62d3286700d44e98d3668.tar.bz2 aports-e79e4c4b2bfb7a1fd9f62d3286700d44e98d3668.tar.xz |
community/libiptcdata: modernize
-rw-r--r-- | community/libiptcdata/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libiptcdata/APKBUILD b/community/libiptcdata/APKBUILD index e5ce9f55ec..90df62d780 100644 --- a/community/libiptcdata/APKBUILD +++ b/community/libiptcdata/APKBUILD @@ -9,7 +9,7 @@ url="https://github.com/ianw/libiptcdata" arch="all" license="LGPL-2.0-or-later" subpackages="$pkgname-dev $pkgname-doc" -source="https://github.com/ianw/$pkgname/releases/download/release_$_relver/$pkgname-$pkgver.tar.gz" +source="https://github.com/ianw/libiptcdata/releases/download/release_$_relver/libiptcdata-$pkgver.tar.gz" build() { ./configure \ |