summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWitalij Berdinskich2021-03-20 00:14:21 +0200
committerWitalij Berdinskich2021-03-20 00:14:21 +0200
commitb8bd6d82ad39da56470ed85c4ef215b702928f3a (patch)
tree1925625b5b742bc698f7b86a12b1a403ae97c21b /PKGBUILD
parente0d057f32e738efd82f16079224a1e6a50abe056 (diff)
downloadaur-b8bd6d82ad39da56470ed85c4ef215b702928f3a.tar.gz
Missed optional dependency: notify-send
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2dd22911e8f..e00c305767e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vitaliy Berdinskikh <ur6lad at gmail dot com>
pkgname=swayshot
pkgver=2.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='Sway screenshots: screen, window or region.'
arch=('any')
url='https://gitlab.com/radio_rogal/swayshot'
@@ -10,7 +10,8 @@ depends=('sway' 'xdg-user-dirs' 'grim' 'slurp' 'jq')
optdepends=('wl-clipboard: copy the full path to clipboard'
'xsel: copy the full path to clipboard'
'xclip: copy the full path to clipboard'
- 'curl: upload a screenshot to x0.at')
+ 'curl: upload a screenshot to x0.at'
+ 'notify-send: show message with path or URL')
conflicts=('swaygrab-helper')
source=(https://gitlab.com/radio_rogal/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
sha256sums=('ece411f2fe889dc6baf1288801f5659f277f7b296fc06a269323b22649d94bc6')