summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWitalij Berdinskich2021-03-21 22:25:21 +0200
committerWitalij Berdinskich2021-03-21 22:25:21 +0200
commitaeee20be5e798e84d15436f575a5a0242146647c (patch)
tree75fd699855221dbbd95296753ab5ed3bc6897615
parentcfa72b2764c78aa0c1bd6f6008fbf8372c7c3a39 (diff)
downloadaur-aeee20be5e798e84d15436f575a5a0242146647c.tar.gz
Fix issue with POSIX compatibility
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac3053e1c10b..366ddf02ee84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = swayshot
pkgdesc = Sway screenshots: screen, window or region.
- pkgver = 2.5.0
+ pkgver = 2.5.1
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.0/swayshot-2.5.0.tar.bz2
- sha256sums = 5b10f1e7f3c30efaf1ea0194a92726b651a3387a96fb0e7ab35aff969ae44dba
+ source = https://gitlab.com/radio_rogal/swayshot/-/archive/2.5.1/swayshot-2.5.1.tar.bz2
+ sha256sums = 8794f78dd0e68b7a4c413315d0c1d86ef633dfcc0a0096539ee2cab993f8da97
pkgname = swayshot
diff --git a/PKGBUILD b/PKGBUILD
index da326c7955e6..a590030f5471 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vitaliy Berdinskikh <ur6lad at gmail dot com>
pkgname=swayshot
-pkgver=2.5.0
+pkgver=2.5.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=('5b10f1e7f3c30efaf1ea0194a92726b651a3387a96fb0e7ab35aff969ae44dba')
+sha256sums=('8794f78dd0e68b7a4c413315d0c1d86ef633dfcc0a0096539ee2cab993f8da97')
package() {
cd "$srcdir"/$pkgname-$pkgver