summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e2719442bdf..de2259733ffa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = streamdeck-ui-git
pkgdesc = A Linux compatible UI for the Elgato Stream Deck
pkgver = r303.fdfe281
- pkgrel = 1
+ pkgrel = 2
url = https://timothycrosley.github.io/streamdeck-ui/
arch = any
license = MIT
@@ -13,6 +13,8 @@ pkgbase = streamdeck-ui-git
depends = pyside2
depends = python-pynput
depends = python-elgato-streamdeck
+ depends = python-cairosvg
+ depends = python-filetype
optdepends = gnome-shell-extension-appindicator: tray icon support gnome-shell
provides = streamdeck-ui
source = git+https://github.com/timothycrosley/streamdeck-ui.git
diff --git a/PKGBUILD b/PKGBUILD
index 0ccfde1d3777..a8a6b7acc97a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=streamdeck-ui-git
_pkgname=streamdeck-ui
pkgver=r303.fdfe281
-pkgrel=1
+pkgrel=2
pkgdesc="A Linux compatible UI for the Elgato Stream Deck"
arch=('any')
url="https://timothycrosley.github.io/streamdeck-ui/"
license=('MIT')
-depends=('python-pillow' 'python-hidapi' 'pyside2' 'python-pynput' 'python-elgato-streamdeck')
+depends=('python-pillow' 'python-hidapi' 'pyside2' 'python-pynput' 'python-elgato-streamdeck' 'python-cairosvg' 'python-filetype')
makedepends=('git' 'python-dephell' 'python-setuptools')
optdepends=('gnome-shell-extension-appindicator: tray icon support gnome-shell')
provides=('streamdeck-ui')