aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libubox
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2015-09-21 07:51:38 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2015-09-21 07:51:38 +0000
commit948b4d2dc7387488b99dc56fda89f96b4525c054 (patch)
tree8e4ab546bb2e225bb58a85bcb6ccc1fc4c5fd797 /testing/libubox
parent83dda9de1e8c4b1d3be8daa5f287bc62b3ca0948 (diff)
downloadaports-948b4d2dc7387488b99dc56fda89f96b4525c054.tar.bz2
aports-948b4d2dc7387488b99dc56fda89f96b4525c054.tar.xz
testing/libubox: fix source
Diffstat (limited to 'testing/libubox')
-rw-r--r--testing/libubox/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libubox/APKBUILD b/testing/libubox/APKBUILD
index ad8f914ed5..0de8a42e75 100644
--- a/testing/libubox/APKBUILD
+++ b/testing/libubox/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=libubox
pkgver=0_git20150919
-pkgrel=0
+pkgrel=1
pkgdesc="C utility functions for OpenWrt"
url="https://github.com/xfguo/libubox"
arch="all"
@@ -12,7 +12,7 @@ depends_dev=
makedepends="$depends_dev autoconf cmake json-c-dev"
subpackages="$pkgname-dev"
install=
-source="http://distfiles.alpinelinux.org/$pkgname-$pkgver.tar.gz
+source="http://distfiles.alpinelinux.org/distfiles/$pkgname-$pkgver.tar.gz
json-pkgconf-detect.patch
includes.patch
"