wok-current diff task/receipt @ rev 24084
libjson-c-dev: fix version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jul 10 13:06:31 2021 +0000 (2021-07-10) |
parents | ca70cc6b85be |
children | 83b97236db32 |
line diff
1.1 --- a/task/receipt Tue Jan 07 19:13:38 2020 +0100 1.2 +++ b/task/receipt Sat Jul 10 13:06:31 2021 +0000 1.3 @@ -12,8 +12,10 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="${WEB_SITE}download/$TARBALL" 1.6 1.7 -DEPENDS="gcc83-lib-base libgnutls ncurses util-linux-uuid" 1.8 -BUILD_DEPENDS="cmake gcc83 libgnutls gnutls-dev ncurses-dev util-linux-uuid-dev" 1.9 +DEPENDS="gcc83-lib-base libgnutls libunistring ncurses 1.10 + util-linux-uuid" 1.11 +BUILD_DEPENDS="cmake gcc83 gnutls-dev libgnutls libunistring-dev 1.12 + ncurses-dev util-linux-uuid-dev" 1.13 1.14 # Rules to configure and make the package. 1.15 compile_rules()