wok diff udftools/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents 6bab837a85ec
children 5ea0ce1cecc0
line diff
     1.1 --- a/udftools/receipt	Mon Apr 06 11:10:51 2020 +0200
     1.2 +++ b/udftools/receipt	Tue Apr 06 13:52:57 2021 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="udftools"
     1.7 -VERSION="2.1"
     1.8 +VERSION="2.2"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Linux UDF filesystem userspcae utilities."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -12,7 +12,8 @@
    1.13  WGET_URL="${WEB_SITE}archive/$VERSION.tar.gz"
    1.14  
    1.15  DEPENDS="ncurses readline"
    1.16 -BUILD_DEPENDS="libtool bash file ncurses-dev readline-dev udev-dev"
    1.17 +BUILD_DEPENDS="autoconf automake bash file libtool ncurses-dev 
    1.18 +	readline-dev udev-dev"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()