[arch-commits] Commit in java-common/trunk (PKGBUILD profile_jre.csh)

Guillaume Alaux guillaume at archlinux.org
Wed Aug 20 08:15:35 UTC 2014


    Date: Wednesday, August 20, 2014 @ 10:15:35
  Author: guillaume
Revision: 220263

Fix profile jre.csh using wrong syntax

Modified:
  java-common/trunk/PKGBUILD
  java-common/trunk/profile_jre.csh

-----------------+
 PKGBUILD        |    4 ++--
 profile_jre.csh |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-20 02:49:53 UTC (rev 220262)
+++ PKGBUILD	2014-08-20 08:15:35 UTC (rev 220263)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
 pkgname=java-common
 pkgver=1
-pkgrel=4
+pkgrel=5
 pkgdesc='Common files for Java Environments'
 arch=('any')
 url='www.archlinux.org'
@@ -19,7 +19,7 @@
         bin_java-common-wrapper
         https://shunit2.googlecode.com/files/shunit2-2.1.6.tgz)
 
-sha256sums=('06465b5c0507cb6c500c4f9cbd93e2fadaafe37b9e814b9687e1ee94fec0de73'
+sha256sums=('073ebe73e05346c03c29d02c73cca38f6a4fccc9f3ab2026760f1cd29791fabb'
             '458eced6d2846805fbc18ca2ba717bf5f0556cc93a442b485c81fe12a4f6e5b6'
             'a44e4842b7c659f4f6628745090d2dde3874e225317043493d5996353c7b8b74'
             '0dd93c9779c617af061b25f5e3d23cacb741d8d757f533312c3af976661e8cbc'

Modified: profile_jre.csh
===================================================================
--- profile_jre.csh	2014-08-20 02:49:53 UTC (rev 220262)
+++ profile_jre.csh	2014-08-20 08:15:35 UTC (rev 220263)
@@ -3,4 +3,4 @@
 setenv JAVA_HOME "/usr/lib/jvm/java-default-runtime"
 
 # Enable this for non-reparenting window managers
-#export _JAVA_AWT_WM_NONREPARENTING=1
+#setenv _JAVA_AWT_WM_NONREPARENTING 1




More information about the arch-commits mailing list