summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWitalij Berdinskich2022-07-27 22:23:16 +0300
committerWitalij Berdinskich2022-07-27 22:23:16 +0300
commit1068126e2be9bb28aeddf51f1d7ebaadc45f9b31 (patch)
treebc1ba5717517dc41c12107c33fd1630d304ceb27
parent0c883b17cf4ca777f2951995bf0fe8850dd62d06 (diff)
downloadaur-1068126e2be9bb28aeddf51f1d7ebaadc45f9b31.tar.gz
2.7.3: fix floating window screenshot
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD4
2 files changed, 24 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2790f46bc0d8..be5d49e0818e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,3 +20,25 @@ pkgbase = swayshot
sha256sums = 5bc30177c57fcbe173fa017c17e508c3d65fa5481347967bcac45f7c190f0ba2
pkgname = swayshot
+pkgbase = swayshot
+ pkgdesc = Sway screenshots: screen, window or region.
+ pkgver = 2.7.3
+ pkgrel = 1
+ url = https://gitlab.com/radio_rogal/swayshot
+ arch = any
+ license = GPL3
+ depends = sway
+ depends = xdg-user-dirs
+ depends = grim
+ depends = slurp
+ depends = jq
+ optdepends = wl-clipboard: copy the full path to clipboard
+ 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 = libnotify: show message with path or URL
+ conflicts = swaygrab-helper
+ source = https://gitlab.com/radio_rogal/swayshot/-/archive/2.7.3/swayshot-2.7.3.tar.bz2
+ sha256sums = 798f02532711bf690dfc94800f4c7e6fc0128dff8557fe9f43c6edce7e2833e8
+
+pkgname = swayshot
diff --git a/PKGBUILD b/PKGBUILD
index 540dfc1b1e6e..4e7cef32dc72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vitaliy Berdinskikh <ur6lad at gmail dot com>
pkgname=swayshot
-pkgver=2.7.2
+pkgver=2.7.3
pkgrel=1
pkgdesc='Sway screenshots: screen, window or region.'
arch=('any')
@@ -14,7 +14,7 @@ optdepends=('wl-clipboard: copy the full path to clipboard'
'libnotify: show message with path or URL')
conflicts=('swaygrab-helper')
source=(https://gitlab.com/radio_rogal/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('5bc30177c57fcbe173fa017c17e508c3d65fa5481347967bcac45f7c190f0ba2')
+sha256sums=('798f02532711bf690dfc94800f4c7e6fc0128dff8557fe9f43c6edce7e2833e8')
package() {
cd "$srcdir"/$pkgname-$pkgver