summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baa8789079d2..a4362446157d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = swayshot
pkgdesc = Sway screenshots: screen, window or region.
pkgver = 2.3.0
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/radio_rogal/swayshot
arch = any
license = GPL3
@@ -14,7 +14,7 @@ pkgbase = swayshot
optdepends = xsel: copy the full path to clipboard
optdepends = xclip: copy the full path to clipboard
optdepends = curl: upload a screenshot to x0.at
- optdepends = notify-send: show message with path or URL
+ optdepends = libnotify: show message with path or URL
conflicts = swaygrab-helper
source = https://gitlab.com/radio_rogal/swayshot/-/archive/2.3.0/swayshot-2.3.0.tar.bz2
sha256sums = ece411f2fe889dc6baf1288801f5659f277f7b296fc06a269323b22649d94bc6
diff --git a/PKGBUILD b/PKGBUILD
index e00c305767e8..ba124aca2dca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vitaliy Berdinskikh <ur6lad at gmail dot com>
pkgname=swayshot
pkgver=2.3.0
-pkgrel=2
+pkgrel=3
pkgdesc='Sway screenshots: screen, window or region.'
arch=('any')
url='https://gitlab.com/radio_rogal/swayshot'
@@ -11,7 +11,7 @@ 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'
- 'notify-send: show message with path or URL')
+ 'libnotify: show message with path or URL')
conflicts=('swaygrab-helper')
source=(https://gitlab.com/radio_rogal/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
sha256sums=('ece411f2fe889dc6baf1288801f5659f277f7b296fc06a269323b22649d94bc6')