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

Antonio Rojas arojas at gemini.archlinux.org
Mon Dec 13 14:34:30 UTC 2021


    Date: Monday, December 13, 2021 @ 14:34:30
  Author: arojas
Revision: 1071776

Update to 6.0.680, switch back to electron 15

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-13 14:34:04 UTC (rev 1071775)
+++ PKGBUILD	2021-12-13 14:34:30 UTC (rev 1071776)
@@ -4,21 +4,21 @@
 # Contributor: moostik <mooostik at gmail dot com>
 
 pkgname=geogebra
-pkgver=6.0.676.0
-pkgrel=2
+pkgver=6.0.680.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=(electron14)
+depends=(electron)
 source=(https://download.geogebra.org/installers/6.0/GeoGebra-Linux64-Portable-${pkgver//./-}.zip
         https://static.geogebra.org/images/geogebra-logo.svg
         geogebra
         geogebra.desktop
         geogebra-mime.xml)
-sha256sums=('b5c2218035478ab2abbda0c4ec779ed4c975d9de69be81dccce690668505c972'
+sha256sums=('385567ebd39296bfe15123aeb60c6108a59d59554542aebdd5e4715524f10b70'
             '55ded6b5ec9ad382494f858d8ab5def0ed6c7d529481cd212863b2edde3b5e07'
-            '42a4269173074bd27651e40808e38bcf949b597f80c71096f81118c4d392d1d2'
+            '62d6d48511ec9a3d08440d0bba7e6da35e61f84348729872941f66f2f8f15e57'
             'e8f3ac2c91daf1bb38ef4dddf705d341c3d8028aa4afb9b74a2d1a78a9953b98'
             '100dd83e61057b9a104630ea39a84d967475d459ab38e29783a7587b3acfb6a4')
 

Modified: geogebra
===================================================================
--- geogebra	2021-12-13 14:34:04 UTC (rev 1071775)
+++ geogebra	2021-12-13 14:34:30 UTC (rev 1071776)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-electron14 "/usr/lib/geogebra/resources/app" $@
+electron "/usr/lib/geogebra/resources/app" $@



More information about the arch-commits mailing list