summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDave Shoreman2019-03-17 06:45:42 +0000
committerDave Shoreman2019-03-17 06:52:01 +0000
commit71d6db1cf58d9b4452afd387b71e50c4d5173e28 (patch)
treee9e8d576144874719ce87d0445ac11301598aad0 /PKGBUILD
parente6c3494dbb9975d25d53c2108a710c631a03a093 (diff)
downloadaur-71d6db1cf58d9b4452afd387b71e50c4d5173e28.tar.gz
Add dependencies and gitignore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 12 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a29a2501e952..570fccb77eee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,22 @@
# Maintainer: Dave Shoreman <aur+nextshot at dsdev dot io>
pkgname=nextshot
pkgver=0.8.2
-pkgrel=1
+pkgrel=2
pkgdesc="A simple screenshot tool that uploads to Nextcloud and works with Sway and X11"
arch=('x86_64')
url="https://github.com/dshoreman/nextshot"
license=('GPL')
+depends=('bash' 'curl')
+optdepends=(
+ "yad: tray icon and gui support"
+ "grim: take screenshots on Sway"
+ "jq: window selection on Sway"
+ "slurp: area selection on Sway"
+ "wl-clipboard: clipboard support on Sway"
+ "imagemagick: take screenshots on X11"
+ "slop: window/area selection on X11"
+ "xclip: clipboard support on X11"
+)
source=(https://github.com/dshoreman/nextshot/archive/v0.8.2.tar.gz)
md5sums=('b4b1ab471694b251d38fd2a3a7a459be')