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

Antonio Rojas arojas at archlinux.org
Thu Oct 15 11:29:22 UTC 2020


    Date: Thursday, October 15, 2020 @ 11:29:22
  Author: arojas
Revision: 724081

Switch back to electron6 (FS#67939)

Modified:
  geogebra/trunk/PKGBUILD
  geogebra/trunk/geogebra

----------+
 PKGBUILD |    6 +++---
 geogebra |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-15 11:26:55 UTC (rev 724080)
+++ PKGBUILD	2020-10-15 11:29:22 UTC (rev 724081)
@@ -5,12 +5,12 @@
 
 pkgname=geogebra
 pkgver=6.0.609.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Dynamic mathematics software with interactive graphics, algebra and spreadsheet"
 arch=('x86_64')
 url='https://www.geogebra.org/'
 license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
-depends=('desktop-file-utils' 'electron' 'shared-mime-info' 'xdg-utils')
+depends=('desktop-file-utils' 'electron6' 'shared-mime-info' 'xdg-utils')
 makedepends=('gendesk')
 source=("https://download.geogebra.org/installers/6.0/GeoGebra-Linux64-Portable-${pkgver//./-}.zip"
         "https://static.geogebra.org/images/geogebra-logo.svg"
@@ -19,7 +19,7 @@
 changelog=ChangeLog
 sha256sums=('2b91ae69181743b6aa2fe433c0a4f3fb880f93e26a809dde1108f5830a5eec67'
             '55ded6b5ec9ad382494f858d8ab5def0ed6c7d529481cd212863b2edde3b5e07'
-            '62d6d48511ec9a3d08440d0bba7e6da35e61f84348729872941f66f2f8f15e57'
+            'db40c91786ae316f342a424f8635b330f6e193ad5bc172cb6a66f66d151b7c50'
             '100dd83e61057b9a104630ea39a84d967475d459ab38e29783a7587b3acfb6a4')
 
 prepare() {

Modified: geogebra
===================================================================
--- geogebra	2020-10-15 11:26:55 UTC (rev 724080)
+++ geogebra	2020-10-15 11:29:22 UTC (rev 724081)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-electron "/usr/lib/geogebra/resources/app" $@
+electron6 "/usr/lib/geogebra/resources/app" $@



More information about the arch-commits mailing list