wok diff libtorrent-dev/receipt @ rev 25044
*/stuff/bootloader.S: fix VCPI case
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 02 15:48:36 2022 +0000 (2022-06-02) |
parents | 67c260ff0c86 |
children |
line diff
1.1 --- a/libtorrent-dev/receipt Fri Apr 19 07:57:25 2019 +0100 1.2 +++ b/libtorrent-dev/receipt Thu Jun 02 15:48:36 2022 +0000 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libtorrent-dev" 1.7 -VERSION="0.13.7" 1.8 +VERSION="0.13.8" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Libtorrent development files." 1.11 MAINTAINER="mimas@slitaz.org" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="https://rakshasa.github.io/rtorrent/" 1.14 1.15 +DEPENDS="libtorrent pkg-config" 1.16 WANTED="libtorrent" 1.17 -DEPENDS="libtorrent pkg-config" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules()