summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWitalij Berdinskich2022-07-27 19:20:00 +0300
committerWitalij Berdinskich2022-07-27 19:20:21 +0300
commit1218b829654a4c30df5c02fa3ae34fda389fe0e8 (patch)
tree878c5b0672b42b7f9d727a3bd7a88c96308ad404
parentf779fe92b98a18272979407bd67b7d77fc078255 (diff)
downloadaur-1218b829654a4c30df5c02fa3ae34fda389fe0e8.tar.gz
2.7.0: replace 0x.at with 0x0.st
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b0b8474357c..96dc1368f28c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = swayshot
pkgdesc = Sway screenshots: screen, window or region.
- pkgver = 2.6.1
+ pkgver = 2.7.0
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.6.1/swayshot-2.6.1.tar.bz2
- sha256sums = 61d2fd8129a03cd4dd86aafd41a0b1a4a1f22635cee67dc0b6fe8e53da0b55ef
+ source = https://gitlab.com/radio_rogal/swayshot/-/archive/2.7.0/swayshot-2.7.0.tar.bz2
+ sha256sums = df1d727bc933b5d975b7ac2552b568b299765520c794bf0dfca574d681908ba9
pkgname = swayshot
diff --git a/PKGBUILD b/PKGBUILD
index 311c944a4ec6..1bfaabe1e6e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vitaliy Berdinskikh <ur6lad at gmail dot com>
pkgname=swayshot
-pkgver=2.6.1
+pkgver=2.7.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=('61d2fd8129a03cd4dd86aafd41a0b1a4a1f22635cee67dc0b6fe8e53da0b55ef')
+sha256sums=('df1d727bc933b5d975b7ac2552b568b299765520c794bf0dfca574d681908ba9')
package() {
cd "$srcdir"/$pkgname-$pkgver