summaryrefslogtreecommitdiffstats
path: root/abs/core/squashfs-tools
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2011-07-24 03:00:37 (GMT)
committerCecil <knoppmyth@gmail.com>2011-07-24 03:00:37 (GMT)
commitb80a1a82adc3bc54cc2b3cebdc916c0a5b9d1a50 (patch)
treeca85c4d1d31e85deeb250d8f96a502279949d4d1 /abs/core/squashfs-tools
parentf58b78e2f6b375db03fcfa0b41adca3734b33f5b (diff)
downloadlinhes_pkgbuild-b80a1a82adc3bc54cc2b3cebdc916c0a5b9d1a50.zip
linhes_pkgbuild-b80a1a82adc3bc54cc2b3cebdc916c0a5b9d1a50.tar.gz
linhes_pkgbuild-b80a1a82adc3bc54cc2b3cebdc916c0a5b9d1a50.tar.bz2
squashfs-tools:Bumped to latest.
Diffstat (limited to 'abs/core/squashfs-tools')
-rw-r--r--abs/core/squashfs-tools/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/abs/core/squashfs-tools/PKGBUILD b/abs/core/squashfs-tools/PKGBUILD
index 87a60db..5ca67f8 100644
--- a/abs/core/squashfs-tools/PKGBUILD
+++ b/abs/core/squashfs-tools/PKGBUILD
@@ -1,24 +1,25 @@
-# $Id: PKGBUILD 96914 2010-10-25 15:28:14Z pierre $
+# $Id: PKGBUILD 42134 2011-03-13 21:59:05Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Aaron Griffin <aaron@archlinux.org>
# Original TU: Jeff Mickey <j@codemac.net>
# Contributor: ciccio.a
pkgname=squashfs-tools
-pkgver=4.1
-pkgrel=2
+pkgver=4.2
+pkgrel=1
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' 'glibc' 'lzo2' 'xz')
+depends=('zlib' 'lzo2' 'xz')
source=("http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz")
-md5sums=('8e1b2b96f5d5f3fe48fef226ae8cd341')
+md5sums=('1b7a781fb4cf8938842279bd3e8ee852')
build() {
cd ${srcdir}/squashfs${pkgver}/${pkgname}
sed -i 's|^#XZ_SUPPORT = 1|XZ_SUPPORT = 1|' Makefile
sed -i 's|^#LZO_SUPPORT = 1|LZO_SUPPORT = 1|' Makefile
- make || return 1
+ make
}
package() {