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

Alexander Rødseth arodseth at gemini.archlinux.org
Thu Sep 1 06:45:25 UTC 2022


    Date: Thursday, September 1, 2022 @ 06:45:25
  Author: arodseth
Revision: 1289776

Use gtk2-compat to upgrade from gtk2 (EOL) to gtk3

Modified:
  arduino/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-01 06:44:06 UTC (rev 1289775)
+++ PKGBUILD	2022-09-01 06:45:25 UTC (rev 1289776)
@@ -10,14 +10,14 @@
 
 pkgname=arduino
 pkgver=1.8.19
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Arduino prototyping platform SDK"
 arch=('x86_64')
 url="https://github.com/arduino/Arduino"
 license=('GPL' 'LGPL')
-depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'java-runtime=8' 'arduino-builder')
-makedepends=('java-environment=8' 'ant' 'unzip' 'asciidoc')
+depends=('gtk3' 'desktop-file-utils' 'shared-mime-info' 'java-runtime=8' 'arduino-builder')
+makedepends=('gtk2-compat' 'java-environment=8' 'ant' 'unzip' 'asciidoc')
 optdepends=('arduino-docs: Offline documentation for arduino'
             'arduino-avr-core: AVR core with upstream avr-gcc and avrdude')
 options=(!strip)



More information about the arch-commits mailing list