diff options
Diffstat (limited to 'pcr/uci/PKGBUILD')
-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) |