diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-10-08 14:29:23 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-10-08 14:29:23 -0300 |
commit | b8103e4b6ee5c578843178f5e8bbbf772c431d77 (patch) | |
tree | 38d155d6b386b48daec266a242e8103c311bae00 /pcr/uci | |
parent | 7e5c6fc7663105368591ea9dcaa4b871dbc9956d (diff) | |
download | abslibre-b8103e4b6ee5c578843178f5e8bbbf772c431d77.tar.gz abslibre-b8103e4b6ee5c578843178f5e8bbbf772c431d77.tar.bz2 abslibre-b8103e4b6ee5c578843178f5e8bbbf772c431d77.zip |
missing libubox
Diffstat (limited to 'pcr/uci')
-rw-r--r-- | pcr/uci/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pcr/uci/PKGBUILD b/pcr/uci/PKGBUILD index 2f7f13c9a..80194f162 100644 --- a/pcr/uci/PKGBUILD +++ b/pcr/uci/PKGBUILD @@ -1,11 +1,12 @@ # Maintainer: Nicolás Reynolds <fauno@kiwwwi.com.ar> pkgname=uci pkgver=v0.8.0.43.g2fcc6d7 -pkgrel=1 +pkgrel=2 pkgdesc="OpenWRT's Unified Configuration Interface" arch=('i686' 'x86_64' 'mips64el') url="https://openwrt.org" license=('GPL2') +depends=('libubox') makedepends=('git' 'cmake' 'lua51') source=(git://nbd.name/uci.git) md5sums=(SKIP) |