[arch-commits] Commit in squashfs-tools/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Dec 10 07:42:37 UTC 2018


    Date: Monday, December 10, 2018 @ 07:42:37
  Author: spupykin
Revision: 413772

upgpkg: squashfs-tools 4.3-7

Modified:
  squashfs-tools/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-10 07:42:27 UTC (rev 413771)
+++ PKGBUILD	2018-12-10 07:42:37 UTC (rev 413772)
@@ -5,12 +5,12 @@
 
 pkgname=squashfs-tools
 pkgver=4.3
-pkgrel=6
+pkgrel=7
 pkgdesc="Tools for squashfs, a highly compressed read-only filesystem for Linux."
 url="http://squashfs.sourceforge.net"
 license=("GPL")
 arch=('x86_64')
-depends=('zlib' 'lzo' 'xz' 'lz4')
+depends=('zlib' 'lzo' 'xz' 'lz4' 'zstd')
 source=("http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz"
 	"https://sources.debian.org/data/main/s/squashfs-tools/1:4.3-6/debian/patches/0003-CVE-2015-4645_and_CVE-2015-4646.patch"
 	"https://gitweb.gentoo.org/repo/gentoo.git/plain/sys-fs/squashfs-tools/files/squashfs-tools-4.3-sysmacros.patch")
@@ -26,7 +26,14 @@
 
 build() {
     cd "$srcdir"/squashfs${pkgver}/${pkgname}
-    make XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZ4_SUPPORT=1
+    make \
+        GZIP_SUPPORT=1 \
+        XZ_SUPPORT=1 \
+        LZO_SUPPORT=1 \
+        LZMA_XZ_SUPPORT=1 \
+        LZ4_SUPPORT=1 \
+        ZSTD_SUPPORT=1 \
+        XATTR_SUPPORT=1
 }
 
 package() {



More information about the arch-commits mailing list