summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Shoreman2019-06-08 02:44:11 +0100
committerDave Shoreman2019-06-08 02:44:11 +0100
commit438ee3c12f2397f3cd5d28c7c2d3c62c8e70f612 (patch)
tree75e4f3002cb527a8d1139e6af5b5d96021bcd040
parent195979880edcbe4ad68c03ae528087695a2353e5 (diff)
downloadaur-438ee3c12f2397f3cd5d28c7c2d3c62c8e70f612.tar.gz
Update to v1.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57d9d26256ff..3cff8105fdb2 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.0
+ pkgver = 1.2.1
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.0.tar.gz
- md5sums = 9b78fbcdfaf2020302180847daec1a7d
+ source = https://github.com/dshoreman/nextshot/archive/v1.2.1.tar.gz
+ md5sums = db49d6c7b699a822a777000990942fc1
pkgname = nextshot
diff --git a/PKGBUILD b/PKGBUILD
index 3c77ec4bbd90..250f6b0c769c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dave Shoreman <aur+nextshot at dsdev dot io>
pkgname=nextshot
-pkgver=1.2.0
+pkgver=1.2.1
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=('9b78fbcdfaf2020302180847daec1a7d')
+md5sums=('db49d6c7b699a822a777000990942fc1')
package() {
cd "$pkgname-$pkgver"