summaryrefslogtreecommitdiff
path: root/pcr/uci
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-10-08 14:29:23 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-10-08 14:29:23 -0300
commitb8103e4b6ee5c578843178f5e8bbbf772c431d77 (patch)
tree38d155d6b386b48daec266a242e8103c311bae00 /pcr/uci
parent7e5c6fc7663105368591ea9dcaa4b871dbc9956d (diff)
missing libubox
Diffstat (limited to 'pcr/uci')
-rw-r--r--pcr/uci/PKGBUILD3
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)