summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Krizek2022-01-04 23:36:08 +0100
committerTomas Krizek2022-01-04 23:36:08 +0100
commit907664019f0acf2526524c3233c108e85a66371e (patch)
treec3d82737a088e43323413e89c8eff55aa124579b
parent880df79e8a9b051da8de8dfac48125217b7ebd67 (diff)
downloadaur-python-websharecli.tar.gz
release 2.2.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2216f924a22d..d7912a501c0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-websharecli
pkgdesc = CLI utility to download from webshare.cz
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = https://github.com/tomaskrizek/websharecli
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-websharecli
depends = python-setuptools
depends = python-xmltodict
depends = python-yaml
- source = https://github.com/tomaskrizek/websharecli/archive/v2.2.0/websharecli-2.2.0.tar.gz
+ source = https://github.com/tomaskrizek/websharecli/archive/v2.2.1/websharecli-2.2.1.tar.gz
sha256sums = acf1f7a7f1c2744f3606c37fba88a6966dfca91565e02ec2d108a413034a6061
pkgname = python-websharecli
diff --git a/PKGBUILD b/PKGBUILD
index 52594e764736..d8c2b2730c27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tomas Krizek <tomas.krizek@mailbox.org>
_pkgname=websharecli
pkgname=python-${_pkgname}
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc="CLI utility to download from webshare.cz"
arch=('any')
@@ -16,7 +16,7 @@ depends=(
'python-yaml'
)
source=("https://github.com/tomaskrizek/${_pkgname}/archive/v${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('acf1f7a7f1c2744f3606c37fba88a6966dfca91565e02ec2d108a413034a6061')
+sha256sums=('fde35114de427caca8ba8cabfdc9fb900a04946f3dc4c09aa2f462a4a1cb7ea6')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"