summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Shoreman2023-05-06 00:14:52 +0100
committerDave Shoreman2023-05-06 00:14:52 +0100
commit2bd3a5989b795e1cc5c6e0c863efaa812038f9fe (patch)
tree01aa0b9f279c277413df155a3a0351c6f4677afa
parent56e124d3456f9d716079609fd139791104153bbb (diff)
downloadaur-2bd3a5989b795e1cc5c6e0c863efaa812038f9fe.tar.gz
Update to v1.4.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8265272a9314..88b31c69b919 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextshot
pkgdesc = A simple screenshot tool that uploads to Nextcloud and works with Sway and X11
- pkgver = 1.4.3
+ pkgver = 1.4.4
pkgrel = 1
url = https://github.com/dshoreman/nextshot
install = nextshot.install
@@ -16,7 +16,7 @@ pkgbase = nextshot
optdepends = imagemagick: take screenshots on X11
optdepends = slop: window/area selection on X11
optdepends = xclip: clipboard support on X11
- source = https://github.com/dshoreman/nextshot/archive/v1.4.3.tar.gz
- sha256sums = 5383ce4f6936779a82e67d3ed74630e6c91710b53732dc700b4daacc647317fe
+ source = https://github.com/dshoreman/nextshot/archive/v1.4.4.tar.gz
+ sha256sums = 0c41d9ca6dcc4829501b017801848852f2522d74d92ae243a4e56e38e0f92738
pkgname = nextshot
diff --git a/PKGBUILD b/PKGBUILD
index 09242d6cdf20..982cc038b6bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dave Shoreman <aur+nextshot at dsdev dot io>
pkgname=nextshot
-pkgver=1.4.3
+pkgver=1.4.4
pkgrel=1
pkgdesc="A simple screenshot tool that uploads to Nextcloud and works with Sway and X11"
arch=('x86_64')
@@ -18,7 +18,7 @@ optdepends=(
)
install=nextshot.install
source=(https://github.com/dshoreman/nextshot/archive/v${pkgver}.tar.gz)
-sha256sums=('5383ce4f6936779a82e67d3ed74630e6c91710b53732dc700b4daacc647317fe')
+sha256sums=('0c41d9ca6dcc4829501b017801848852f2522d74d92ae243a4e56e38e0f92738')
package() {
cd "$pkgname-$pkgver"