summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Martinez2024-04-16 18:26:39 +0100
committerClément Martinez2024-04-16 18:26:39 +0100
commita5b512b0e72b0d42450309ceaa7790822af17522 (patch)
treec9d3b3f6ff1f4399a4deb4f932b3f22c127c1a34
parentd5a2325d7b4d722ed7143e3a25ff684d14f9e677 (diff)
downloadaur-sway-interactive-screenshot.tar.gz
Version 2.0.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 553091e01c68..6189aafd7119 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sway-interactive-screenshot
pkgdesc = Interactively take screenshot within Sway.
- pkgver = 2.0.3
+ pkgver = 2.0.4
pkgrel = 1
url = https://github.com/moverest/sway-interactive-screenshot
arch = x86_64
@@ -12,11 +12,12 @@ pkgbase = sway-interactive-screenshot
depends = libnotify
depends = wl-clipboard
depends = python
+ optdepends = rofi: selector
optdepends = swappy: edit screenshots
optdepends = dragon-drop: drap file to other programs
optdepends = xdg-utils: open file
optdepends = wf-recorder: capture screencasts
- source = https://github.com/moverest/sway-interactive-screenshot/archive/2.0.3.tar.gz
- sha256sums = 44615eb17c69092e549dc04c7c2fa9701cb3faa0228f147e178da3032d20d16c
+ source = https://github.com/moverest/sway-interactive-screenshot/archive/2.0.4.tar.gz
+ sha256sums = 7bb2337437976901ba5a2cb7aa809c670d668a61416dd83cbfdef3a9d4710cd0
pkgname = sway-interactive-screenshot
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"