main/jq: needs libtool to build

This commit is contained in:
Leonardo Arena 2018-04-17 15:03:48 +00:00
parent 929b5faa3d
commit 48ad71a2a5

View File

@ -3,14 +3,14 @@
pkgname=jq
pkgver=1.6_rc1
_pkgver=${pkgver/_}
pkgrel=0
pkgrel=1
pkgdesc="A lightweight and flexible command-line JSON processor"
url="http://stedolan.github.io/jq/"
arch="all"
license="MIT"
depends=""
depends_dev=""
makedepends="$depends_dev oniguruma-dev automake autoconf"
makedepends="$depends_dev oniguruma-dev automake autoconf libtool"
install=""
subpackages="$pkgname-doc $pkgname-dev"
source="https://github.com/stedolan/jq/archive/${pkgname}-${_pkgver}.tar.gz"