summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVitaliy Berdinskikh2019-03-20 18:02:55 +0200
committerVitaliy Berdinskikh2019-03-20 18:02:55 +0200
commitb769e52afc65fb9f3945c7e835ac64e53e01d698 (patch)
treec57844b2d7d04fc335d52a41309bdeaadcd65f70
parentc7392fbed4c5ba90422c2f777ae9ce600552e499 (diff)
downloadaur-b769e52afc65fb9f3945c7e835ac64e53e01d698.tar.gz
Fix issue of region screenshot, use anoter bindkeys: Shift + Print Scr
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2d135359fdf..f62463466315 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = swayshot
pkgdesc = Put your screenshots to XDG_PICTURES_DIR folder
- pkgver = 2.0.0
+ pkgver = 2.0.1
pkgrel = 2
url = https://gitlab.com/racy/swayshot
arch = any
@@ -13,8 +13,8 @@ pkgbase = swayshot
optdepends = xsel: copy the full path to clipboard (or xclip)
optdepends = xclip: copy the full path to clipboard (or xsel)
conflicts = swaygrab-helper
- source = https://gitlab.com/racy/swayshot/-/archive/2.0.0/swayshot-2.0.0.tar.bz2
- sha256sums = 27f89d5c1185d4597f1d70f30dd021930c07121368ad2f4d871628f3a3602aa1
+ source = https://gitlab.com/racy/swayshot/-/archive/2.0.1/swayshot-2.0.1.tar.bz2
+ sha256sums = 694c77150c93d43d43c25281a94aea0d67d19d38bf9a2fe105d5db5a1306f4b6
pkgname = swayshot
diff --git a/PKGBUILD b/PKGBUILD
index cf441c71f65b..f6675ab279d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vitaliy Berdinskikh <ur6lad at gmail dot com>
pkgname=swayshot
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=2
pkgdesc='Put your screenshots to XDG_PICTURES_DIR folder'
arch=('any')
@@ -11,7 +11,7 @@ optdepends=('xsel: copy the full path to clipboard (or xclip)'
'xclip: copy the full path to clipboard (or xsel)')
conflicts=('swaygrab-helper')
source=(https://gitlab.com/racy/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('27f89d5c1185d4597f1d70f30dd021930c07121368ad2f4d871628f3a3602aa1')
+sha256sums=('694c77150c93d43d43c25281a94aea0d67d19d38bf9a2fe105d5db5a1306f4b6')
package() {
cd "$srcdir"/$pkgname-$pkgver