summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWitalij Berdinskich2022-07-27 20:26:07 +0300
committerWitalij Berdinskich2022-07-27 20:26:07 +0300
commit0c883b17cf4ca777f2951995bf0fe8850dd62d06 (patch)
tree03b28048ef0fbe430e3658e3e152e8be821ed47b
parentb8f6e9452fcb8464b1da5b73605d38ec1df5ae3e (diff)
downloadaur-0c883b17cf4ca777f2951995bf0fe8850dd62d06.tar.gz
2.7.2: remove --paste-once
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 743b6fcb0c61..2790f46bc0d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = swayshot
pkgdesc = Sway screenshots: screen, window or region.
- pkgver = 2.7.1
+ pkgver = 2.7.2
pkgrel = 1
url = https://gitlab.com/radio_rogal/swayshot
arch = any
@@ -16,7 +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.7.1/swayshot-2.7.1.tar.bz2
- sha256sums = 308f6ff3fafcf932307c05c753b7e69205bdd33cdd148a28e03d3e428031fe2d
+ source = https://gitlab.com/radio_rogal/swayshot/-/archive/2.7.2/swayshot-2.7.2.tar.bz2
+ sha256sums = 5bc30177c57fcbe173fa017c17e508c3d65fa5481347967bcac45f7c190f0ba2
pkgname = swayshot
diff --git a/PKGBUILD b/PKGBUILD
index 32ccb2cfa4e0..540dfc1b1e6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vitaliy Berdinskikh <ur6lad at gmail dot com>
pkgname=swayshot
-pkgver=2.7.1
+pkgver=2.7.2
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=('308f6ff3fafcf932307c05c753b7e69205bdd33cdd148a28e03d3e428031fe2d')
+sha256sums=('5bc30177c57fcbe173fa017c17e508c3d65fa5481347967bcac45f7c190f0ba2')
package() {
cd "$srcdir"/$pkgname-$pkgver