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