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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue May 20 17:53:43 UTC 2014


    Date: Tuesday, May 20, 2014 @ 19:53:43
  Author: spupykin
Revision: 111583

upgpkg: squashfs-tools 4.3-2

upd

Modified:
  squashfs-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-20 17:26:05 UTC (rev 111582)
+++ PKGBUILD	2014-05-20 17:53:43 UTC (rev 111583)
@@ -6,18 +6,18 @@
 
 pkgname=squashfs-tools
 pkgver=4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Tools for squashfs, a highly compressed read-only filesystem for Linux."
 url="http://squashfs.sourceforge.net"
 license=("GPL")
 arch=('i686' 'x86_64')
-depends=('zlib' 'lzo2' 'xz')
+depends=('zlib' 'lzo2' 'xz' 'lz4')
 source=("http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz")
 md5sums=('d92ab59aabf5173f2a59089531e30dbf')
 
 build() {
     cd ${srcdir}/squashfs${pkgver}/${pkgname}
-    make XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1
+    make XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZ4_SUPPORT=1
 }
 
 package() {




More information about the arch-commits mailing list