diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-10-08 14:42:39 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-10-08 14:42:39 -0300 |
commit | d9073a6c251db76a3356a05856f34f0354cdb606 (patch) | |
tree | e00686555769aa1d8f6501abab04265c18528c29 /pcr/libubox/PKGBUILD | |
parent | b8103e4b6ee5c578843178f5e8bbbf772c431d77 (diff) |
added json-c
Diffstat (limited to 'pcr/libubox/PKGBUILD')
-rw-r--r-- | pcr/libubox/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pcr/libubox/PKGBUILD b/pcr/libubox/PKGBUILD index 99f78db78..577eecd24 100644 --- a/pcr/libubox/PKGBUILD +++ b/pcr/libubox/PKGBUILD @@ -1,11 +1,12 @@ # Maintainer: Nicolás Reynolds <fauno@kiwwwi.com.ar> pkgname=libubox pkgver=0.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="OpenWRT's Basic Utility Library" arch=('i686' 'mips64el') url="https://openwrt.org" license=('BSD') +depends=('json-c') makedepends=('git' 'cmake' 'lua51') source=(git://nbd.name/luci2/libubox.git) md5sums=(SKIP) |