summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomas Krizek2022-01-04 23:36:08 +0100
committerTomas Krizek2022-01-04 23:36:08 +0100
commit907664019f0acf2526524c3233c108e85a66371e (patch)
treec3d82737a088e43323413e89c8eff55aa124579b /PKGBUILD
parent880df79e8a9b051da8de8dfac48125217b7ebd67 (diff)
downloadaur-python-websharecli.tar.gz
release 2.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"