From 718ad50f2c6ec6804c85b9f3ed7d91049dbf452f Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Wed, 9 May 2018 18:54:28 +0200 Subject: [PATCH] squashfs-tools: rebuild against liblz4 --- srcpkgs/squashfs-tools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/squashfs-tools/template b/srcpkgs/squashfs-tools/template index 648b59b2fb8..5e208a2b873 100644 --- a/srcpkgs/squashfs-tools/template +++ b/srcpkgs/squashfs-tools/template @@ -1,9 +1,9 @@ # Template file for 'squashfs-tools' pkgname=squashfs-tools version=4.3 -revision=5 +revision=6 wrksrc="squashfs${version}" -makedepends="zlib-devel lzo-devel liblzma-devel lz4-devel" +makedepends="zlib-devel lzo-devel liblzma-devel liblz4-devel" license="GPL-2" homepage="http://squashfs.sf.net/" short_desc="Tool to create and append to squashfs filesystems"