summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWitalij Berdinskich2021-03-20 18:14:45 +0200
committerWitalij Berdinskich2021-03-20 18:14:45 +0200
commitcfa72b2764c78aa0c1bd6f6008fbf8372c7c3a39 (patch)
treea38361886623aa5a68981a70ab87e80d2398d566 /PKGBUILD
parent10361606ab7f2f72721c7823ee5b069c99c97157 (diff)
downloadaur-cfa72b2764c78aa0c1bd6f6008fbf8372c7c3a39.tar.gz
Implement some MRs: get rid of bashism; new line on console output
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58a7530f169c..da326c7955e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vitaliy Berdinskikh <ur6lad at gmail dot com>
pkgname=swayshot
-pkgver=2.4.1
+pkgver=2.5.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=('d16a295481223a5b4e75115dcc22ebbd56bf1ac9d839397a39922cbeda400f98')
+sha256sums=('5b10f1e7f3c30efaf1ea0194a92726b651a3387a96fb0e7ab35aff969ae44dba')
package() {
cd "$srcdir"/$pkgname-$pkgver