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

Ååron Griffin aaron at archlinux.org
Sat Nov 8 22:55:56 UTC 2008


    Date: Saturday, November 8, 2008 @ 17:55:55
  Author: aaron
Revision: 18752

upgpkg: squashfs-tools 3.4-1

Modified:
  squashfs-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-11-08 22:55:38 UTC (rev 18751)
+++ PKGBUILD	2008-11-08 22:55:55 UTC (rev 18752)
@@ -4,21 +4,20 @@
 # Contributor: ciccio.a
 
 pkgname=squashfs-tools
-pkgver=3.3
-_realver=3.3
+pkgver=3.4
 pkgrel=1
 pkgdesc="Tools for squashfs, a highly compressed read-only filesystem for Linux."
 url="http://squashfs.sourceforge.net"
-license="GPL"
+license=("GPL")
 arch=('i686' 'x86_64')
 depends=('zlib' 'glibc')
-source=(http://downloads.sourceforge.net/sourceforge/squashfs/squashfs$_realver.tar.gz)
-md5sums=('62d3ff7c067a5aa82f57711b3a4ab86a')
+source=(http://downloads.sourceforge.net/sourceforge/squashfs/squashfs$pkgver.tar.gz)
 
 build()
 {
-    cd $startdir/src/squashfs$_realver/$pkgname
+    cd $startdir/src/squashfs$pkgver/$pkgname
     make || return 1
     mkdir -p $startdir/pkg/sbin
     cp -a mksquashfs unsquashfs $startdir/pkg/sbin
 }
+md5sums=('2a4d2995ad5aa6840c95a95ffa6b1da6')




More information about the arch-commits mailing list