[arch-commits] Commit in squashfs-tools/repos (extra-x86_64 extra-x86_64/PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Sun Nov 9 21:20:54 UTC 2008
Date: Sunday, November 9, 2008 @ 16:20:54
Author: andyrtr
Revision: 18857
Merged revisions 13884,18752 via svnmerge from
svn+ssh://svn.archlinux.org/home/svn-packages/squashfs-tools/trunk
........
r13884 | allan | 2008-09-29 06:26:21 +0000 (Mo, 29 Sep 2008) | 1 line
correct sourceforge url
........
r18752 | aaron | 2008-11-08 22:55:55 +0000 (Sa, 08 Nov 2008) | 1 line
upgpkg: squashfs-tools 3.4-1
........
Modified:
squashfs-tools/repos/extra-x86_64/ (properties)
squashfs-tools/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
Property changes on: squashfs-tools/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /squashfs-tools/trunk:1-3162
+ /squashfs-tools/trunk:1-18856
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2008-11-09 20:51:56 UTC (rev 18856)
+++ extra-x86_64/PKGBUILD 2008-11-09 21:20:54 UTC (rev 18857)
@@ -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://easynews.dl.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