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 8de67618abfa..19c5a35cb8a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-yadisk
_name=${pkgname#python-}
_py=py3
-pkgver=1.2.13
+pkgver=1.2.14
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=("7f88e9235dd4ae22c218f48b85e05bae445effd1f3db1ea4d543a2390819e643")
+sha256sums=("c4abdcd56b6640179ed41f6662aeab9756755fe0d0709ce82905167f6c89d0e6")
package() {
PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.tar.gz