[arch-commits] Commit in geogebra/trunk (ChangeLog PKGBUILD geogebra)
Evgeniy Alekseev
arcanis at archlinux.org
Wed Nov 5 16:11:02 UTC 2014
Date: Wednesday, November 5, 2014 @ 17:11:01
Author: arcanis
Revision: 121963
upgpkg: geogebra 5.0.24.0-2
fix #42687
Modified:
geogebra/trunk/ChangeLog
geogebra/trunk/PKGBUILD
geogebra/trunk/geogebra
-----------+
ChangeLog | 3 +++
PKGBUILD | 4 ++--
geogebra | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)
Modified: ChangeLog
===================================================================
--- ChangeLog 2014-11-05 15:55:15 UTC (rev 121962)
+++ ChangeLog 2014-11-05 16:11:01 UTC (rev 121963)
@@ -1,3 +1,6 @@
+5.0.24.0-2:
+fix #42687
+
5.0.24.0-1:
upstream update
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-11-05 15:55:15 UTC (rev 121962)
+++ PKGBUILD 2014-11-05 16:11:01 UTC (rev 121963)
@@ -6,7 +6,7 @@
pkgname=geogebra
pkgver=5.0.24.0
-pkgrel=1
+pkgrel=2
pkgdesc="Dynamic mathematics software with interactive graphics, algebra and spreadsheet"
arch=('any')
url='http://www.geogebra.org/'
@@ -18,7 +18,7 @@
geogebra)
install=geogebra.install
md5sums=('1a0e286d67dbafa4139dea88de93e326'
- '167a8f9368eb4e27b1f339796f0c091a')
+ 'fc4a3140ceb50967598a620eb85219f4')
changelog=ChangeLog
prepare() {
Modified: geogebra
===================================================================
--- geogebra 2014-11-05 15:55:15 UTC (rev 121962)
+++ geogebra 2014-11-05 16:11:01 UTC (rev 121963)
@@ -1,7 +1,7 @@
#!/bin/sh
GG_PATH="/usr/share"
-export GG_CONFIG_PATH="$GG_PATH"
+export GG_CONFIG_PATH="$HOME"
export JAVACMD="/usr/bin/java"
exec "$GG_PATH/geogebra/geogebra" "$@"
More information about the arch-commits
mailing list