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

Antonio Rojas arojas at archlinux.org
Mon Mar 15 17:25:01 UTC 2021


    Date: Monday, March 15, 2021 @ 17:25:00
  Author: arojas
Revision: 891518

Update to 6.0.631, switch to latest electron

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

----------+
 PKGBUILD |    8 ++++----
 geogebra |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-15 17:07:23 UTC (rev 891517)
+++ PKGBUILD	2021-03-15 17:25:00 UTC (rev 891518)
@@ -4,13 +4,13 @@
 # Contributor: moostik <mooostik at gmail dot com>
 
 pkgname=geogebra
-pkgver=6.0.620.0
+pkgver=6.0.631.0
 pkgrel=1
 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' 'electron6' 'shared-mime-info' 'xdg-utils')
+depends=('desktop-file-utils' 'electron' '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"
@@ -17,9 +17,9 @@
         "geogebra"
         "geogebra-mime.xml")
 changelog=ChangeLog
-sha256sums=('83c07f26e75cefdc5c474aed4debf7cd4ac6607b72dec06cb7b06eb7e0adbf77'
+sha256sums=('0a8ab4b1ed9fe2917b47f7b91ae0162d7a72ef4f42110d5fcbaecbde37eb92cc'
             '55ded6b5ec9ad382494f858d8ab5def0ed6c7d529481cd212863b2edde3b5e07'
-            'db40c91786ae316f342a424f8635b330f6e193ad5bc172cb6a66f66d151b7c50'
+            '62d6d48511ec9a3d08440d0bba7e6da35e61f84348729872941f66f2f8f15e57'
             '100dd83e61057b9a104630ea39a84d967475d459ab38e29783a7587b3acfb6a4')
 
 prepare() {

Modified: geogebra
===================================================================
--- geogebra	2021-03-15 17:07:23 UTC (rev 891517)
+++ geogebra	2021-03-15 17:25:00 UTC (rev 891518)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-electron6 "/usr/lib/geogebra/resources/app" $@
+electron "/usr/lib/geogebra/resources/app" $@



More information about the arch-commits mailing list