summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea53560fdbdb..4e0b5deea848 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-yadisk
_name=${pkgname#python-}
_py=py3
-pkgver=1.2.11
+pkgver=1.2.12
pkgrel=1
pkgdesc="Yandex.Disk REST API client library for Python"
arch=('any')
@@ -12,7 +12,7 @@ license=('LGPL3')
depends=('python' 'python-requests')
makedepends=('python-pip')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-$pkgver.tar.gz")
-sha256sums=("91edaf3c34db8eb534d46abd040617ffaa00da219c6f8bfc7bb9877d0b1f92da")
+sha256sums=("794012997292d9a4bc858099871f952c9af987ad685f1ce06b5dd741b1f1cc97")
package() {
PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.tar.gz