diff options
-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 \ |