summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIvan Konovalov2021-07-10 16:02:06 +0500
committerIvan Konovalov2021-07-10 16:02:06 +0500
commitefed3cc5d351cc64135aad9e707eaa702a185b2b (patch)
tree6ed725b470c5d7df814b34f75dbed7c09eca6dc0 /PKGBUILD
parent317cb92c7c84d8f3c7148a8be6d154c941301a7c (diff)
downloadaur-efed3cc5d351cc64135aad9e707eaa702a185b2b.tar.gz
Version 1.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2a7a432bc1f..f63f8ca34c97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-yadisk-async
_name=${pkgname#python-}
_py=py3
-pkgver=1.3.0
+pkgver=1.3.2
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=("e2f0386556ffe3872dddc629dbe963b4d06a699f03eeee5adc5904f2bd5a7836")
+sha256sums=("e64c9bc2b05541221d7467c120758e678f3377101b2c8b2760df8607b70b515b")
package() {
PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.tar.gz