squashfs-tools: rebuild against liblz4

This commit is contained in:
Alessio Sergi 2018-05-09 18:54:28 +02:00
parent 226f4a2d85
commit 718ad50f2c

View file

@ -1,9 +1,9 @@
# Template file for 'squashfs-tools' # Template file for 'squashfs-tools'
pkgname=squashfs-tools pkgname=squashfs-tools
version=4.3 version=4.3
revision=5 revision=6
wrksrc="squashfs${version}" wrksrc="squashfs${version}"
makedepends="zlib-devel lzo-devel liblzma-devel lz4-devel" makedepends="zlib-devel lzo-devel liblzma-devel liblz4-devel"
license="GPL-2" license="GPL-2"
homepage="http://squashfs.sf.net/" homepage="http://squashfs.sf.net/"
short_desc="Tool to create and append to squashfs filesystems" short_desc="Tool to create and append to squashfs filesystems"