[arch-commits] Commit in squashfs-tools/repos (extra-i686 extra-i686/PKGBUILD)
Ååron Griffin
aaron at archlinux.org
Sat Nov 8 22:56:35 UTC 2008
Date: Saturday, November 8, 2008 @ 17:56:35
Author: aaron
Revision: 18754
Merged revisions 13884,18752 via svnmerge from
svn+ssh://archlinux.org/home/svn-packages/squashfs-tools/trunk
........
r13884 | allan | 2008-09-29 01:26:21 -0500 (Mon, 29 Sep 2008) | 1 line
correct sourceforge url
........
r18752 | aaron | 2008-11-08 16:55:55 -0600 (Sat, 08 Nov 2008) | 1 line
upgpkg: squashfs-tools 3.4-1
........
Modified:
squashfs-tools/repos/extra-i686/ (properties)
squashfs-tools/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
Property changes on: squashfs-tools/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
- /squashfs-tools/trunk:1-3161
+ /squashfs-tools/trunk:1-18752
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-11-08 22:56:01 UTC (rev 18753)
+++ extra-i686/PKGBUILD 2008-11-08 22:56:35 UTC (rev 18754)
@@ -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