summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Shoreman2019-06-17 10:21:48 +0100
committerDave Shoreman2019-06-17 10:21:48 +0100
commit4fe74b92d84abb45acef09f35cce0561efca9d19 (patch)
tree02551208f11ba84343fa3d30c874e22ac9e9c630
parentb9c84a84c543ae115f7f369eb72a292217a4b469 (diff)
downloadaur-4fe74b92d84abb45acef09f35cce0561efca9d19.tar.gz
Update to v1.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e09927bc0107..25b4cb1b66e8 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.2
+ pkgver = 1.2.3
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.2.tar.gz
- md5sums = 73b1813d5f2583be0c13c90427ddacbe
+ source = https://github.com/dshoreman/nextshot/archive/v1.2.3.tar.gz
+ md5sums = cb0298cecc779ef4f17c671f97120b46
pkgname = nextshot
diff --git a/PKGBUILD b/PKGBUILD
index 67bbc24d83f3..2138b7928331 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dave Shoreman <aur+nextshot at dsdev dot io>
pkgname=nextshot
-pkgver=1.2.2
+pkgver=1.2.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)
-md5sums=('73b1813d5f2583be0c13c90427ddacbe')
+md5sums=('cb0298cecc779ef4f17c671f97120b46')
package() {
cd "$pkgname-$pkgver"