summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIvan Konovalov2018-10-11 20:57:06 +0500
committerIvan Konovalov2018-10-11 20:57:06 +0500
commit6367ddf18afec2f24fc345b8d9fe617cc47b02de (patch)
tree0593933441f5fdd409a0dd9d91f0d7601c7c7fd4 /PKGBUILD
parente00bf6a384732e24e49b25eee51b8dc94e8433ee (diff)
downloadaur-6367ddf18afec2f24fc345b8d9fe617cc47b02de.tar.gz
Version 1.2.12
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