summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Martinez2023-02-06 22:30:54 +0000
committerClément Martinez2023-02-06 22:30:54 +0000
commit8574411490adf6a6a008af40f07b48b1e9dc0f11 (patch)
treedf642617b46e72b067bfe18160ba4e4c84dec88d
parente6aaaef82bccdbb7cee2074a219dc9c43a717167 (diff)
downloadaur-8574411490adf6a6a008af40f07b48b1e9dc0f11.tar.gz
Add Python dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 180636267388..053022c4b76b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = sway-interactive-screenshot
depends = slurp
depends = libnotify
depends = wl-clipboard
+ depends = python
optdepends = swappy: edit screenshots
optdepends = dragon-drop: drap file to other programs
optdepends = xdg-utils: open file
diff --git a/PKGBUILD b/PKGBUILD
index bc44d4399019..b6c65635d279 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url="https://github.com/moverest/sway-interactive-screenshot"
pkgdesc="Interactively take screenshot within Sway."
arch=('x86_64')
license=('MIT')
-depends=('sway' 'fuzzel' 'grim' 'slurp' 'libnotify' 'wl-clipboard')
+depends=('sway' 'fuzzel' 'grim' 'slurp' 'libnotify' 'wl-clipboard' 'python')
optdepends=(
'swappy: edit screenshots'
'dragon-drop: drap file to other programs'