summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorahmedmoselhi2023-01-25 20:09:43 +0200
committerahmedmoselhi2023-01-25 20:09:43 +0200
commitc0874313e50b6a081a7d5e66ca0cf8689914f029 (patch)
treef60332d27d50f5791ebe4f8790e125e93081c828
parentc61e1df1a768caed0106828e1bc2c28e19664275 (diff)
downloadaur-c0874313e50b6a081a7d5e66ca0cf8689914f029.tar.gz
add more deps
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad51dd42c59f..fc027f714c37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = cinnamon-applet-desktop-capture-git
license = GPL
makedepends = git
depends = cinnamon
+ depends = shutter
+ depends = kazam
provides = cinnamon-applet-desktop-capture
conflicts = cinnamon-applet-desktop-capture
source = cinnamon-applet-desktop-capture-git::git+https://github.com/ahmedmoselhi/desktop-capture
diff --git a/PKGBUILD b/PKGBUILD
index 88118f80acc3..0b0f25bc6e5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='A comprehensive screenshot and screencasting applet for Cinnamon.'
arch=('any')
url='https://github.com/ahmedmoselhi/desktop-capture'
license=('GPL')
-depends=('cinnamon')
+depends=('cinnamon' 'shutter' 'kazam')
makedepends=('git')
provides=('cinnamon-applet-desktop-capture')
conflicts=('cinnamon-applet-desktop-capture')