mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 04:41:00 +01:00
add missing deps
This commit is contained in:
parent
4d9b440d9a
commit
4b6c00a325
2 changed files with 12 additions and 2 deletions
7
.SRCINFO
7
.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
|
||||
|
|
|
|||
7
PKGBUILD
7
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'
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue