summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWitalij Berdinskich2022-07-27 19:39:31 +0300
committerWitalij Berdinskich2022-07-27 19:39:31 +0300
commitb8f6e9452fcb8464b1da5b73605d38ec1df5ae3e (patch)
tree3adeb13d92324669dc92bc70349977ad031a6486
parent1218b829654a4c30df5c02fa3ae34fda389fe0e8 (diff)
downloadaur-b8f6e9452fcb8464b1da5b73605d38ec1df5ae3e.tar.gz
2.7.1: make curl silent again
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96dc1368f28c..743b6fcb0c61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = swayshot
pkgdesc = Sway screenshots: screen, window or region.
- pkgver = 2.7.0
+ pkgver = 2.7.1
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.0/swayshot-2.7.0.tar.bz2
- sha256sums = df1d727bc933b5d975b7ac2552b568b299765520c794bf0dfca574d681908ba9
+ source = https://gitlab.com/radio_rogal/swayshot/-/archive/2.7.1/swayshot-2.7.1.tar.bz2
+ sha256sums = 308f6ff3fafcf932307c05c753b7e69205bdd33cdd148a28e03d3e428031fe2d
pkgname = swayshot
diff --git a/PKGBUILD b/PKGBUILD
index 1bfaabe1e6e8..32ccb2cfa4e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vitaliy Berdinskikh <ur6lad at gmail dot com>
pkgname=swayshot
-pkgver=2.7.0
+pkgver=2.7.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=('df1d727bc933b5d975b7ac2552b568b299765520c794bf0dfca574d681908ba9')
+sha256sums=('308f6ff3fafcf932307c05c753b7e69205bdd33cdd148a28e03d3e428031fe2d')
package() {
cd "$srcdir"/$pkgname-$pkgver