summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWitalij Berdinskich2021-03-20 16:21:51 +0200
committerWitalij Berdinskich2021-03-20 16:21:51 +0200
commit10361606ab7f2f72721c7823ee5b069c99c97157 (patch)
tree31a370dd0fb0f413847fae5a49929d9a02d22865
parent7e3f8249e87cbdfaac12a62c034184bec6803d4b (diff)
downloadaur-10361606ab7f2f72721c7823ee5b069c99c97157.tar.gz
Fix issue with titles of uploading messages
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62360a2632a0..b72a27e95376 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = swayshot
pkgdesc = Sway screenshots: screen, window or region.
- pkgver = 2.4.0
+ pkgver = 2.4.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.4.0/swayshot-2.4.0.tar.bz2
- sha256sums = 68cd6f46b3d318570ac5d2309df42547378574bfd2be050e93b7d4b5dd1a1625
+ source = https://gitlab.com/radio_rogal/swayshot/-/archive/2.4.1/swayshot-2.4.1.tar.bz2
+ sha256sums = d16a295481223a5b4e75115dcc22ebbd56bf1ac9d839397a39922cbeda400f98
pkgname = swayshot
diff --git a/PKGBUILD b/PKGBUILD
index 226c0b175c20..58a7530f169c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vitaliy Berdinskikh <ur6lad at gmail dot com>
pkgname=swayshot
-pkgver=2.4.0
+pkgver=2.4.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=('68cd6f46b3d318570ac5d2309df42547378574bfd2be050e93b7d4b5dd1a1625')
+sha256sums=('d16a295481223a5b4e75115dcc22ebbd56bf1ac9d839397a39922cbeda400f98')
package() {
cd "$srcdir"/$pkgname-$pkgver