summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Krizek2021-03-01 22:25:55 +0100
committerTomas Krizek2021-03-01 22:26:22 +0100
commit0249e265e6e63c52a78574b2673158436b238a85 (patch)
tree0f877f470707a41f73cd14956ba0de9fc34f81ea
parent085ad64fb6f1fb08391417b56aac9558f02c8774 (diff)
downloadaur-0249e265e6e63c52a78574b2673158436b238a85.tar.gz
release 2.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acaecae616cf..58a66a33f587 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-websharecli
pkgdesc = CLI utility to download from webshare.cz
- pkgver = 2.0.0
+ pkgver = 2.0.2
pkgrel = 1
url = https://github.com/tomaskrizek/websharecli
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-websharecli
depends = python-setuptools
depends = python-xmltodict
depends = python-yaml
- source = https://github.com/tomaskrizek/websharecli/archive/v2.0.0/websharecli-2.0.0.tar.gz
- sha256sums = e9a30a18fe24be433652cb4e463ee3e720fac702f1df8021cf5448c1dff23ac6
+ source = https://github.com/tomaskrizek/websharecli/archive/v2.0.2/websharecli-2.0.2.tar.gz
+ sha256sums = d6e3da00e7df16766e1d680e740f7c0a2a794d0c563a7706ff071f41781433fe
pkgname = python-websharecli
diff --git a/PKGBUILD b/PKGBUILD
index 3f8aec622de9..0e0983e238d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tomas Krizek <tomas.krizek@mailbox.org>
_pkgname=websharecli
pkgname=python-${_pkgname}
-pkgver=2.0.0
+pkgver=2.0.2
pkgrel=1
pkgdesc="CLI utility to download from webshare.cz"
arch=('any')
@@ -15,7 +15,7 @@ depends=(
'python-yaml'
)
source=("https://github.com/tomaskrizek/${_pkgname}/archive/v${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('e9a30a18fe24be433652cb4e463ee3e720fac702f1df8021cf5448c1dff23ac6')
+sha256sums=('d6e3da00e7df16766e1d680e740f7c0a2a794d0c563a7706ff071f41781433fe')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"