From 88bf2520ccffd269cb54c0023320c19a216955cd Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 5 Aug 2020 01:36:07 +0200 Subject: [PATCH] squashfs-tools-ng: update to 1.0.1. --- srcpkgs/squashfs-tools-ng/template | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/srcpkgs/squashfs-tools-ng/template b/srcpkgs/squashfs-tools-ng/template index d8247e31d6..0b6079246a 100644 --- a/srcpkgs/squashfs-tools-ng/template +++ b/srcpkgs/squashfs-tools-ng/template @@ -1,20 +1,17 @@ # Template file for 'squashfs-tools-ng' pkgname=squashfs-tools-ng -version=1.0.0 +version=1.0.1 revision=1 build_style=gnu-configure -hostmakedepends="automake pkg-config libtool" +hostmakedepends="pkg-config" makedepends="liblz4-devel liblzma-devel libzstd-devel lzo-devel zlib-devel" short_desc="Set of tools and libraries for working with SquashFS images" maintainer="Duncaen " license="GPL-3.0-or-later, LGPL-3.0-or-later" homepage="https://infraroot.at/projects/squashfs-tools-ng/index.html" -distfiles="https://github.com/AgentD/squashfs-tools-ng/archive/v${version}.tar.gz" -checksum=39d0cc19b99e7d6ee0967728804dea83fa635858aad664a5fb49273a660812f5 - -pre_configure() { - autoreconf -fi -} +changelog="https://git.infraroot.at/squashfs-tools-ng.git/plain/CHANGELOG.md" +distfiles="https://infraroot.at/pub/squashfs/squashfs-tools-ng-${version}.tar.xz" +checksum=44cf0cc1fde074a79ef1e1d616afccce895288391f9cdfff02a95eb828141d88 squashfs-tools-ng-devel_package() { depends="${sourcepkg}>=${version}_${revision}"