summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Konovalov2022-11-10 12:47:28 +0500
committerIvan Konovalov2022-11-10 12:47:28 +0500
commit7ee191b163f794ae5d0ee3eb3237d7353e0ef078 (patch)
tree0d72faf08eb1928785331c688221b2cb7a0e62f4
parent94ad4b23d080cf65974f84b5de9bc19e19686a75 (diff)
downloadaur-7ee191b163f794ae5d0ee3eb3237d7353e0ef078.tar.gz
Version 1.3.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d221c946214..f59b2ef4c191 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-yadisk-async
pkgdesc = Yandex.Disk REST API client library for Python with async/await support
- pkgver = 1.3.4
+ pkgver = 1.3.5
pkgrel = 1
url = https://github.com/ivknv/yadisk-async
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-yadisk-async
makedepends = python-pip
depends = python>=3.6.0
depends = python-aiohttp
- source = https://files.pythonhosted.org/packages/source/y/yadisk-async/yadisk-async-1.3.4.tar.gz
- sha256sums = e8c78fb10e12d361408585fa42618e79be26ee770d70338ed9a7b54e2bb0af8c
+ source = https://files.pythonhosted.org/packages/source/y/yadisk-async/yadisk-async-1.3.5.tar.gz
+ sha256sums = 15bc402cfef49845d26fe31a34776014e7489fb6813c6702f09f1575f443ade8
pkgname = python-yadisk-async
diff --git a/PKGBUILD b/PKGBUILD
index e3705ce87c5c..833341e04a9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-yadisk-async
_name=${pkgname#python-}
_py=py3
-pkgver=1.3.4
+pkgver=1.3.5
pkgrel=1
pkgdesc="Yandex.Disk REST API client library for Python with async/await support"
arch=('any')
@@ -12,7 +12,7 @@ license=('LGPL3')
depends=('python>=3.6.0' 'python-aiohttp')
makedepends=('python-pip')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-$pkgver.tar.gz")
-sha256sums=("e8c78fb10e12d361408585fa42618e79be26ee770d70338ed9a7b54e2bb0af8c")
+sha256sums=("15bc402cfef49845d26fe31a34776014e7489fb6813c6702f09f1575f443ade8")
package() {
PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.tar.gz