diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-09-21 08:16:43 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-09-21 08:16:43 +0000 |
commit | 5b75720aa409c4ea9773316a6062eb9c90f2f5da (patch) | |
tree | 1fbcc53037120e4e5919c988e758d2f9f3aa4e38 /testing/libubox | |
parent | 0f347d572375f12763ac82a0d08d73e1ba549a33 (diff) | |
download | aports-5b75720aa409c4ea9773316a6062eb9c90f2f5da.tar.bz2 aports-5b75720aa409c4ea9773316a6062eb9c90f2f5da.tar.xz |
testing/libubox: fix source for good
Diffstat (limited to 'testing/libubox')
-rw-r--r-- | testing/libubox/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libubox/APKBUILD b/testing/libubox/APKBUILD index f5e22410b5..8df945b5bf 100644 --- a/testing/libubox/APKBUILD +++ b/testing/libubox/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=libubox pkgver=0_git20150921 -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/distfiles/$pkgname-$pkgver.tar.gz +source="http://dev.alpinelinux.org/archive/$pgkname/$pkgname-$pkgver.tar.gz json-pkgconf-detect.patch includes.patch " |