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

Eric Belanger eric at archlinux.org
Sat Jul 5 05:33:51 UTC 2008


    Date: Saturday, July 5, 2008 @ 01:33:51
  Author: eric
Revision: 4203

upgpkg: jre 6u6-1
    updated md5sums for x86_64

Modified:
  jre/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-05 05:25:44 UTC (rev 4202)
+++ PKGBUILD	2008-07-05 05:33:51 UTC (rev 4203)
@@ -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=('0efe7120ffb9a3379bc66d993056d80d'
          '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