summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWitalij Berdinskich2021-03-26 18:16:19 +0200
committerWitalij Berdinskich2021-03-26 18:16:19 +0200
commit8138ec0cdb369a406a5fef49d4128bccfcfb6b57 (patch)
treef6a243ad9c73986ae82db9a629925354908728d2
parentaeee20be5e798e84d15436f575a5a0242146647c (diff)
downloadaur-8138ec0cdb369a406a5fef49d4128bccfcfb6b57.tar.gz
Copy an image file itself to clipboard
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 366ddf02ee84..c16fb4aeb7a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = swayshot
pkgdesc = Sway screenshots: screen, window or region.
- pkgver = 2.5.1
+ pkgver = 2.6.0
pkgrel = 1
url = https://gitlab.com/radio_rogal/swayshot
arch = any
@@ -16,8 +16,8 @@ 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.5.1/swayshot-2.5.1.tar.bz2
- sha256sums = 8794f78dd0e68b7a4c413315d0c1d86ef633dfcc0a0096539ee2cab993f8da97
+ source = https://gitlab.com/radio_rogal/swayshot/-/archive/2.6.0/swayshot-2.6.0.tar.bz2
+ sha256sums = eaa48a51b06dd6d075afe4322d8431deaddbb840741a11231aaa05ed5a9073ea
pkgname = swayshot
diff --git a/PKGBUILD b/PKGBUILD
index a590030f5471..8d609efb5596 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vitaliy Berdinskikh <ur6lad at gmail dot com>
pkgname=swayshot
-pkgver=2.5.1
+pkgver=2.6.0
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=('8794f78dd0e68b7a4c413315d0c1d86ef633dfcc0a0096539ee2cab993f8da97')
+sha256sums=('eaa48a51b06dd6d075afe4322d8431deaddbb840741a11231aaa05ed5a9073ea')
package() {
cd "$srcdir"/$pkgname-$pkgver