From 4b6c00a32595ed6202b52f2da8e7f71ef81689d5 Mon Sep 17 00:00:00 2001 From: bonny Date: Thu, 30 Oct 2025 19:29:13 +0100 Subject: [PATCH] add missing deps --- .SRCINFO | 7 ++++++- PKGBUILD | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7c8fc1f8eb85..d1b8abb93ae5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,18 @@ pkgbase = eez-studio-appimage pkgdesc = Cross-platform low-code GUI and automation pkgver = 0.24.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/eez-open/studio/releases arch = x86_64 arch = aarch64 license = GPL makedepends = python-pip makedepends = python-setuptools + depends = nss + depends = atkmm + depends = cups + depends = gtk3 + depends = alsa-lib depends = python options = !strip source = eez-studio-appimage-0.24.0.AppImage::https://github.com/eez-open/studio/releases/download/v0.24.0/EEZ-Studio-0.24.0.AppImage diff --git a/PKGBUILD b/PKGBUILD index 89fa23db78ee..f28cfd833fc4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=eez-studio-appimage pkgver=0.24.0 -pkgrel=1 +pkgrel=2 pkgdesc="Cross-platform low-code GUI and automation" arch=('x86_64' 'aarch64') url="https://github.com/eez-open/studio/releases" @@ -10,6 +10,11 @@ license=('GPL') options=(!strip) depends=( + 'nss' + 'atkmm' + 'cups' + 'gtk3' + 'alsa-lib' 'python' )