summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWitalij Berdinskich2021-03-21 22:25:21 +0200
committerWitalij Berdinskich2021-03-21 22:25:21 +0200
commitaeee20be5e798e84d15436f575a5a0242146647c (patch)
tree75fd699855221dbbd95296753ab5ed3bc6897615 /PKGBUILD
parentcfa72b2764c78aa0c1bd6f6008fbf8372c7c3a39 (diff)
downloadaur-aeee20be5e798e84d15436f575a5a0242146647c.tar.gz
Fix issue with POSIX compatibility
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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