summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Shoreman2020-04-06 08:05:00 +0100
committerDave Shoreman2020-04-06 08:05:00 +0100
commit54a4199d93d1aaea2c7b4e832692e7c428cb8974 (patch)
tree8031bb8a96e65ddd6d628992701da43f4150690b
parent5fd8f6831344819ba5ef30fc21d58fd16043a5da (diff)
downloadaur-54a4199d93d1aaea2c7b4e832692e7c428cb8974.tar.gz
Update to v1.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9da092dcee25..9830d46c0eb5 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.3.1
+ pkgver = 1.3.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.3.1.tar.gz
- md5sums = 3f48e88d9c318ec6b177afc4b09d2c60
+ source = https://github.com/dshoreman/nextshot/archive/v1.3.2.tar.gz
+ md5sums = 22a3581379626d1a2edecdc49f63113a
pkgname = nextshot
diff --git a/PKGBUILD b/PKGBUILD
index f68c3287e144..29c76f4d118d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dave Shoreman <aur+nextshot at dsdev dot io>
pkgname=nextshot
-pkgver=1.3.1
+pkgver=1.3.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=('3f48e88d9c318ec6b177afc4b09d2c60')
+md5sums=('22a3581379626d1a2edecdc49f63113a')
package() {
cd "$pkgname-$pkgver"