summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ba2c29ed533..134452a5d4cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Clément Martinez <me at moverest dot xyz>
pkgname=sway-interactive-screenshot
-pkgver=2.0.3
+pkgver=2.0.4
pkgrel=1
url="https://github.com/moverest/sway-interactive-screenshot"
pkgdesc="Interactively take screenshot within Sway."
@@ -8,13 +8,14 @@ arch=('x86_64')
license=('MIT')
depends=('sway' 'fuzzel' 'grim' 'slurp' 'libnotify' 'wl-clipboard' 'python')
optdepends=(
+ 'rofi: selector'
'swappy: edit screenshots'
'dragon-drop: drap file to other programs'
'xdg-utils: open file'
'wf-recorder: capture screencasts'
)
source=("https://github.com/moverest/sway-interactive-screenshot/archive/$pkgver.tar.gz")
-sha256sums=('44615eb17c69092e549dc04c7c2fa9701cb3faa0228f147e178da3032d20d16c')
+sha256sums=('7bb2337437976901ba5a2cb7aa809c670d668a61416dd83cbfdef3a9d4710cd0')
package() {
cd "sway-interactive-screenshot-$pkgver"