From 9e64595d32b22835a7964207227197a8ecc78ca7 Mon Sep 17 00:00:00 2001 From: meator Date: Wed, 8 Sep 2021 21:02:09 +0200 Subject: [PATCH] libisofs: update to 1.5.4 + fix links. --- srcpkgs/libisofs/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libisofs/template b/srcpkgs/libisofs/template index 70c52d45afad..cf2cb551468b 100644 --- a/srcpkgs/libisofs/template +++ b/srcpkgs/libisofs/template @@ -1,6 +1,6 @@ # Template file for 'libisofs' pkgname=libisofs -version=1.5.2 +version=1.5.4 revision=1 build_style=gnu-configure configure_args="--enable-libacl --enable-xattr" @@ -8,9 +8,10 @@ makedepends="acl-devel zlib-devel" short_desc="Library to create ISO9660 images" maintainer="Orphaned " license="GPL-2.0-or-later" -homepage="http://www.libburnia-project.org" -distfiles="http://files.libburnia-project.org/releases/${pkgname}-${version}.tar.gz" -checksum=ef5a139600b3e688357450e52381e40ec26a447d35eb8d21524598c7b1675500 +homepage="https://dev.lovelyhq.com/libburnia/web/wiki/Libisofs" +changelog="https://dev.lovelyhq.com/libburnia/libisofs/raw/branch/master/ChangeLog" +distfiles="https://files.libburnia-project.org/releases/${pkgname}-${version}.tar.gz" +checksum=aaa0ed80a7501979316f505b0b017f29cba0ea5463b751143bad2c360215a88e libisofs-devel_package() { depends="${makedepends} libisofs>=${version}_${revision}"