summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Shoreman2019-08-21 11:47:41 +0100
committerDave Shoreman2019-08-21 11:47:41 +0100
commitcf350851ec6acad8cc6642804b15ec94bda8cc9f (patch)
tree4811dfa4da2399f6782fc59e802652f7423e5f37
parent16b6126a25620c2f29b50d8ce468037c4b3bda03 (diff)
downloadaur-cf350851ec6acad8cc6642804b15ec94bda8cc9f.tar.gz
Update to v1.2.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25b4cb1b66e8..aa0daf64862e 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.2.3
+ pkgver = 1.2.4
pkgrel = 1
url = https://github.com/dshoreman/nextshot
install = nextshot.install
@@ -16,8 +16,8 @@ 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.2.3.tar.gz
- md5sums = cb0298cecc779ef4f17c671f97120b46
+ source = https://github.com/dshoreman/nextshot/archive/v1.2.4.tar.gz
+ md5sums = 939cc319effee96e4b644d23e3594349
pkgname = nextshot
diff --git a/PKGBUILD b/PKGBUILD
index 2138b7928331..fa80ddfd3a20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dave Shoreman <aur+nextshot at dsdev dot io>
pkgname=nextshot
-pkgver=1.2.3
+pkgver=1.2.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)
-md5sums=('cb0298cecc779ef4f17c671f97120b46')
+md5sums=('939cc319effee96e4b644d23e3594349')
package() {
cd "$pkgname-$pkgver"