summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Shoreman2019-12-31 13:29:30 +0000
committerDave Shoreman2019-12-31 13:29:30 +0000
commit5fd8f6831344819ba5ef30fc21d58fd16043a5da (patch)
treea8d5f41bbf2dc8d8ebe76cb7739c9903f1b58e10
parentdbe4ebed354f5bb75966030373649cf151d9e6c6 (diff)
downloadaur-5fd8f6831344819ba5ef30fc21d58fd16043a5da.tar.gz
Update to v1.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e066a722e2b6..9da092dcee25 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.0
+ pkgver = 1.3.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.3.0.tar.gz
- md5sums = c296d2d43c3d30a74a3dfb2b3b4a1d84
+ source = https://github.com/dshoreman/nextshot/archive/v1.3.1.tar.gz
+ md5sums = 3f48e88d9c318ec6b177afc4b09d2c60
pkgname = nextshot
diff --git a/PKGBUILD b/PKGBUILD
index 4061082316a2..f68c3287e144 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dave Shoreman <aur+nextshot at dsdev dot io>
pkgname=nextshot
-pkgver=1.3.0
+pkgver=1.3.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=('c296d2d43c3d30a74a3dfb2b3b4a1d84')
+md5sums=('3f48e88d9c318ec6b177afc4b09d2c60')
package() {
cd "$pkgname-$pkgver"