summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Bargen2019-08-19 15:13:50 +0200
committerDanilo Bargen2019-08-19 15:13:50 +0200
commit117f603a9a3aa33ef833657c3a308e68d31587a9 (patch)
tree7972f754795b3667761503ec1554da72eee34ff5
parent7023cc0af526afd3d8498326484be030731b7068 (diff)
downloadaur-117f603a9a3aa33ef833657c3a308e68d31587a9.tar.gz
Version 1.0.1-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90b6d104c961..6d543908486d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Aug 19 07:44:17 UTC 2019
+# Mon Aug 19 13:13:38 UTC 2019
pkgbase = upscrot
pkgdesc = Take a screenshot using the Linux scrot command and upload it to your SSH server.
- pkgver = 1.0.0
+ pkgver = 1.0.1
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.0.tar.gz
- source = https://files.pythonhosted.org/packages/source/u/upscrot/upscrot-1.0.0.tar.gz.asc
- sha256sums = 7343be1d8be132d7410fc57dfa22cb980bfce871b1fd3b65da2d4d81972f2749
+ 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
sha256sums = SKIP
pkgname = upscrot
diff --git a/PKGBUILD b/PKGBUILD
index 1e694115345e..25287373d080 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.0
+pkgver=1.0.1
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=(
- '7343be1d8be132d7410fc57dfa22cb980bfce871b1fd3b65da2d4d81972f2749'
+ '03f1a6d5f9cb81c1818efda11f3ac18d710285428eb107f2267aab68e5b60866'
'SKIP'
)
validpgpkeys=('EA456E8BAF0109429583EED83578F667F2F3A5FA')