summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Glass2022-06-23 15:39:44 +0100
committerJoshua Glass2022-06-23 15:39:44 +0100
commit3d06bfb2ec01e776e0138958f492480d152d23b3 (patch)
treec645b61c0a2d4e3df5a5c24b7bb0e3c0e2a172e8
parentd0dd7cb55383f4c8b953c444b199933ef11aeaa4 (diff)
downloadaur-3d06bfb2ec01e776e0138958f492480d152d23b3.tar.gz
Add needed depends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cd2a642cfe2..a1519d865b6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,11 @@ pkgbase = arduino-ide-beta-bin
depends = libxkbfile
depends = libxss
depends = nss
+ depends = libsecret
+ depends = libusb
+ depends = usbutils
+ depends = python-pyserial
+ depends = git
provides = arduino-ide
conflicts = arduino-ide
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 0782ae249476..5522b324ee95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="Arduino prototyping platform IDE, rewrite based on the Theia IDE framew
arch=(x86_64)
url="https://github.com/arduino/arduino-ide"
license=(AGPL3)
-depends=(libxkbfile libxss nss)
+depends=(libxkbfile libxss nss libsecret libusb usbutils python-pyserial git)
makedepends=(gendesk)
provides=(arduino-ide)
conflicts=(arduino-ide)