summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWitalij Berdinskich2021-10-04 23:18:28 +0300
committerWitalij Berdinskich2021-10-04 23:18:28 +0300
commitf779fe92b98a18272979407bd67b7d77fc078255 (patch)
tree2aed8a913c91c4ef5f08e436dc4104cf3dbf06f1
parent8138ec0cdb369a406a5fef49d4128bccfcfb6b57 (diff)
downloadaur-f779fe92b98a18272979407bd67b7d77fc078255.tar.gz
It does not exit after taking a screenshop: wl-copy still works in background
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c16fb4aeb7a4..8b0b8474357c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = swayshot
pkgdesc = Sway screenshots: screen, window or region.
- pkgver = 2.6.0
+ pkgver = 2.6.1
pkgrel = 1
url = https://gitlab.com/radio_rogal/swayshot
arch = any
@@ -16,8 +16,7 @@ pkgbase = swayshot
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.6.0/swayshot-2.6.0.tar.bz2
- sha256sums = eaa48a51b06dd6d075afe4322d8431deaddbb840741a11231aaa05ed5a9073ea
+ source = https://gitlab.com/radio_rogal/swayshot/-/archive/2.6.1/swayshot-2.6.1.tar.bz2
+ sha256sums = 61d2fd8129a03cd4dd86aafd41a0b1a4a1f22635cee67dc0b6fe8e53da0b55ef
pkgname = swayshot
-
diff --git a/PKGBUILD b/PKGBUILD
index 8d609efb5596..311c944a4ec6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vitaliy Berdinskikh <ur6lad at gmail dot com>
pkgname=swayshot
-pkgver=2.6.0
+pkgver=2.6.1
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=('eaa48a51b06dd6d075afe4322d8431deaddbb840741a11231aaa05ed5a9073ea')
+sha256sums=('61d2fd8129a03cd4dd86aafd41a0b1a4a1f22635cee67dc0b6fe8e53da0b55ef')
package() {
cd "$srcdir"/$pkgname-$pkgver