summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Shoreman2022-02-15 08:09:39 +0000
committerDave Shoreman2022-02-15 08:09:39 +0000
commit56e124d3456f9d716079609fd139791104153bbb (patch)
treea57e1ae9e6d239de0adcf8324b4f92f7cbebec08
parentb36cbe21d987de213ab974c29341f12edb586092 (diff)
downloadaur-56e124d3456f9d716079609fd139791104153bbb.tar.gz
Update to v1.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a7e9a062cb9..8265272a9314 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.2
+ pkgver = 1.4.3
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.2.tar.gz
- sha256sums = 789424804e8990e4bd33a3ecef37856ddf5a4eea5548707fcd189ed1516d4793
+ source = https://github.com/dshoreman/nextshot/archive/v1.4.3.tar.gz
+ sha256sums = 5383ce4f6936779a82e67d3ed74630e6c91710b53732dc700b4daacc647317fe
pkgname = nextshot
diff --git a/PKGBUILD b/PKGBUILD
index e6d544be9c89..09242d6cdf20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dave Shoreman <aur+nextshot at dsdev dot io>
pkgname=nextshot
-pkgver=1.4.2
+pkgver=1.4.3
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=('789424804e8990e4bd33a3ecef37856ddf5a4eea5548707fcd189ed1516d4793')
+sha256sums=('5383ce4f6936779a82e67d3ed74630e6c91710b53732dc700b4daacc647317fe')
package() {
cd "$pkgname-$pkgver"