[arch-commits] Commit in geogebra/trunk (PKGBUILD geogebra)
Antonio Rojas
arojas at archlinux.org
Mon Apr 13 11:06:27 UTC 2020
Date: Monday, April 13, 2020 @ 11:06:26
Author: arojas
Revision: 613621
Bump electron dependency to 6
Modified:
geogebra/trunk/PKGBUILD
geogebra/trunk/geogebra
----------+
PKGBUILD | 6 +++---
geogebra | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-13 08:16:07 UTC (rev 613620)
+++ PKGBUILD 2020-04-13 11:06:26 UTC (rev 613621)
@@ -5,12 +5,12 @@
pkgname=geogebra
pkgver=6.0.574.0
-pkgrel=1
+pkgrel=2
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' 'electron2' '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"
@@ -40,5 +40,5 @@
sha512sums=('8bc3463ac8d7c0c3c02a1fd577d6ad3b8d9f4273bc1c88dfdc8ec0fd2f0dba9060469d953b122760c09c78d7d9ab6679b62a6e9b8e1c921741546e5848065a6c'
'a946acb8867f497c68ce6f8fff8172da4a43a9ca118aafcc5ac414318fd52c4bc6ada387bdfa296f0ff2e1d7411ae345b61197b4adaa3f54299aab837647df55'
- '9fecb6e28acbd99e2761907150ccd119510de544c108fffc1be0bfe84db14d6652f673bd74dd2a67d27416a17dffc22b67577738c21817205b73c8e432ae1d07'
+ '1e5787fed6b11440c0c72840beda0142ffe769bdb8ba86e297630333ffc9bdb881a23386eabdecb9de449c516618193384c4043c2768fecb3bc78fe60ca0678e'
'415e73ff15524d5e81b05cf4c31241f4e21a4eedcef0a11e5af82423f9a7c2cbf632e9ee1e86b4cc60ebc566472462979a65cb7f3cfc9f94243fb545ac042a0f')
Modified: geogebra
===================================================================
--- geogebra 2020-04-13 08:16:07 UTC (rev 613620)
+++ geogebra 2020-04-13 11:06:26 UTC (rev 613621)
@@ -1,4 +1,4 @@
#!/bin/sh
-# doesn't work with electron 4 yet
-electron2 "/usr/lib/geogebra/resources/app" $@
+# doesn't work with electron 8 yet
+electron6 "/usr/lib/geogebra/resources/app" $@
More information about the arch-commits
mailing list