summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Shoreman2019-06-13 05:46:49 +0100
committerDave Shoreman2019-06-13 05:46:49 +0100
commitb9c84a84c543ae115f7f369eb72a292217a4b469 (patch)
tree407fd590994deb634ab52e968f83b127dc84985d
parent438ee3c12f2397f3cd5d28c7c2d3c62c8e70f612 (diff)
downloadaur-b9c84a84c543ae115f7f369eb72a292217a4b469.tar.gz
Update to v1.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cff8105fdb2..e09927bc0107 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.1
+ pkgver = 1.2.2
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.1.tar.gz
- md5sums = db49d6c7b699a822a777000990942fc1
+ source = https://github.com/dshoreman/nextshot/archive/v1.2.2.tar.gz
+ md5sums = 73b1813d5f2583be0c13c90427ddacbe
pkgname = nextshot
diff --git a/PKGBUILD b/PKGBUILD
index 250f6b0c769c..67bbc24d83f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dave Shoreman <aur+nextshot at dsdev dot io>
pkgname=nextshot
-pkgver=1.2.1
+pkgver=1.2.2
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=('db49d6c7b699a822a777000990942fc1')
+md5sums=('73b1813d5f2583be0c13c90427ddacbe')
package() {
cd "$pkgname-$pkgver"