[arch-commits] Commit in jre/repos (extra-i686 extra-i686/PKGBUILD)
Eduardo Romero
eduardo at archlinux.org
Wed Jul 9 03:24:00 UTC 2008
Date: Tuesday, July 8, 2008 @ 23:24:00
Author: eduardo
Revision: 4710
Merged revisions 4140-4709 via svnmerge from
svn+ssh://archlinux.org/home/svn-packages/jre/trunk
........
r4203 | eric | 2008-07-05 01:33:51 -0400 (Sat, 05 Jul 2008) | 2 lines
upgpkg: jre 6u6-1
updated md5sums for x86_64
........
r4709 | eduardo | 2008-07-08 23:22:55 -0400 (Tue, 08 Jul 2008) | 2 lines
upgpkg: jre 6u7-1
Updated to latest version, closed remaining bug.
........
Modified:
jre/repos/extra-i686/ (properties)
jre/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
Property changes on: jre/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
- /jre/trunk:1-4139
+ /jre/trunk:1-4709
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-07-09 03:22:55 UTC (rev 4709)
+++ extra-i686/PKGBUILD 2008-07-09 03:24:00 UTC (rev 4710)
@@ -2,7 +2,7 @@
# Maintainer: Jason Chu <jason at archlinux.org>
pkgname=jre
-pkgver=6u6
+pkgver=6u7
pkgrel=1
pkgdesc="Sun's java runtime environment"
arch=(i686 x86_64)
@@ -12,9 +12,13 @@
depends=('glibc' 'libstdc++5')
install="jre.install"
source=(http://download.java.net/dlj/binaries/jdk-$pkgver-dlj-linux-$_arch.bin https://jdk-distros.dev.java.net/source/browse/*checkout*/jdk-distros/trunk/utils/construct.sh jre.profile)
-md5sums=('0efe7120ffb9a3379bc66d993056d80d'
+ [ "$CARCH" = "i686" ] && md5sums=('169c7fdf20eb37359b0f6235bd3c0ec0'
'94065b612df0046d9ae758943f9f6a75'
'7954eac1f4b3deb59d6af19ff50dfd68')
+ [ "$CARCH" = "x86_64" ] && md5sums=('6f3036a444ff0015d1f2db4fd0db1951'
+ '94065b612df0046d9ae758943f9f6a75'
+ '7954eac1f4b3deb59d6af19ff50dfd68')
+
replaces=('j2re')
conflicts=('j2re' 'java-runtime')
provides=('j2re' 'java-runtime')
More information about the arch-commits
mailing list