summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d543908486d..2f806f233150 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Aug 19 13:13:38 UTC 2019
+# Thu Sep 12 07:30:35 UTC 2019
pkgbase = upscrot
pkgdesc = Take a screenshot using the Linux scrot command and upload it to your SSH server.
- pkgver = 1.0.1
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/dbrgn/upscrot
arch = any
@@ -12,9 +12,9 @@ pkgbase = upscrot
depends = python
depends = python-appdirs
depends = scrot
- source = https://files.pythonhosted.org/packages/source/u/upscrot/upscrot-1.0.1.tar.gz
- source = https://files.pythonhosted.org/packages/source/u/upscrot/upscrot-1.0.1.tar.gz.asc
- sha256sums = 03f1a6d5f9cb81c1818efda11f3ac18d710285428eb107f2267aab68e5b60866
+ source = https://files.pythonhosted.org/packages/source/u/upscrot/upscrot-1.1.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/u/upscrot/upscrot-1.1.0.tar.gz.asc
+ sha256sums = 5dc52d89581728aab2783e2bb7fece7b5daaa4241769743ce00fd04930e667c7
sha256sums = SKIP
pkgname = upscrot
diff --git a/PKGBUILD b/PKGBUILD
index 25287373d080..b00269c9eb2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Danilo Bargen aur ât dbrgn döt ch
# PGP key is on keyservers and at https://keybase.io/dbrgn
pkgname=upscrot
-pkgver=1.0.1
+pkgver=1.1.0
pkgrel=1
pkgdesc="Take a screenshot using the Linux scrot command and upload it to your SSH server."
arch=('any')
@@ -14,7 +14,7 @@ source=(
"https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz.asc"
)
sha256sums=(
- '03f1a6d5f9cb81c1818efda11f3ac18d710285428eb107f2267aab68e5b60866'
+ '5dc52d89581728aab2783e2bb7fece7b5daaa4241769743ce00fd04930e667c7'
'SKIP'
)
validpgpkeys=('EA456E8BAF0109429583EED83578F667F2F3A5FA')