summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Shoreman2019-04-04 01:14:00 +0100
committerDave Shoreman2019-04-04 01:14:00 +0100
commit69f1832790eb2fd81ea4cdda83f4eb04d3e637a6 (patch)
tree2c8df114aedcd31c1d51e64d20e7766dedf419e2
parente49989207990bda2d32d8712e3f64b97825bdb09 (diff)
downloadaur-69f1832790eb2fd81ea4cdda83f4eb04d3e637a6.tar.gz
Bump to 1.1.1 (Fix delay bug)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b43c6b6d89a..6ed15c39e878 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.1.0
+ pkgver = 1.1.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.1.0.tar.gz
- md5sums = 3bc15cb7217a9bdc1109dd5928c66a1a
+ source = https://github.com/dshoreman/nextshot/archive/v1.1.1.tar.gz
+ md5sums = f54aa5390f30158d2cf9a4f1796c7b69
pkgname = nextshot
diff --git a/PKGBUILD b/PKGBUILD
index 504420d05315..d5cacca5297f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dave Shoreman <aur+nextshot at dsdev dot io>
pkgname=nextshot
-pkgver=1.1.0
+pkgver=1.1.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=('3bc15cb7217a9bdc1109dd5928c66a1a')
+md5sums=('f54aa5390f30158d2cf9a4f1796c7b69')
package() {
cd "$pkgname-$pkgver"