wok diff libburn/receipt @ rev 23501
updated python-jinja2 (2.7 -> 2.11.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 07:57:27 2020 +0100 (2020-04-06) |
parents | 9ce16a41ce31 |
children | f96e26cdfd7a |
line diff
1.1 --- a/libburn/receipt Sat Mar 30 11:09:38 2019 +0100 1.2 +++ b/libburn/receipt Mon Apr 06 07:57:27 2020 +0100 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libburn" 1.7 -VERSION="1.5.0" 1.8 +VERSION="1.5.2" 1.9 CATEGORY="utilities" 1.10 -SHORT_DESC="libburnia is a project for reading, mastering and writing optical disks." 1.11 +SHORT_DESC="Library for reading, mastering and writing optical disks." 1.12 MAINTAINER="devl547@gmail.com" 1.13 LICENSE="GPL2" 1.14 -WEB_SITE="http://libburnia-project.org/" 1.15 +WEB_SITE="https://dev.lovelyhq.com/libburnia/web/-/wikis/home" 1.16 1.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 WGET_URL="http://files.libburnia-project.org/releases/$TARBALL" 1.19 @@ -23,5 +23,5 @@ 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr/lib 1.23 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.24 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.25 }