diff options
| author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 04:48:02 +0000 |
|---|---|---|
| committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 04:48:02 +0000 |
| commit | b41552e6c5fa307b0dd7cd431c6c205a59201fa1 (patch) | |
| tree | 6ecce41abb6fd9c2d24c888168b49bff6549890b /community/libeconf | |
| parent | b8004e7d0100a0f168a1f8dc1aa05cff7168ebcc (diff) | |
| download | aports-b41552e6c5fa307b0dd7cd431c6c205a59201fa1.tar.bz2 aports-b41552e6c5fa307b0dd7cd431c6c205a59201fa1.tar.xz | |
community/libeconf: fix source URI
Diffstat (limited to 'community/libeconf')
| -rw-r--r-- | community/libeconf/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libeconf/APKBUILD b/community/libeconf/APKBUILD index 3be0a96f15..188b6fcb60 100644 --- a/community/libeconf/APKBUILD +++ b/community/libeconf/APKBUILD @@ -8,7 +8,7 @@ url="https://github.com/openSUSE/libeconf" arch="all" license="MIT" subpackages="$pkgname-dev" -source="https://github.com/openSUSE/libeconf/releases/download/$pkgver/libeconf-$pkgver.tar.xz" +source="https://github.com/openSUSE/libeconf/releases/download/v$pkgver/libeconf-$pkgver.tar.xz" build() { ./configure \ |
