summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIvan Konovalov2019-02-23 19:01:56 +0500
committerIvan Konovalov2019-02-23 19:01:56 +0500
commitdfca513dbae393511bb6e19172c21acac952d74b (patch)
tree53d8c04c5bdb81227d15ed93dbf480fdd9ebe74a /PKGBUILD
parent6367ddf18afec2f24fc345b8d9fe617cc47b02de (diff)
downloadaur-dfca513dbae393511bb6e19172c21acac952d74b.tar.gz
Version 1.2.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e0b5deea848..8de67618abfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-yadisk
_name=${pkgname#python-}
_py=py3
-pkgver=1.2.12
+pkgver=1.2.13
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=("794012997292d9a4bc858099871f952c9af987ad685f1ce06b5dd741b1f1cc97")
+sha256sums=("7f88e9235dd4ae22c218f48b85e05bae445effd1f3db1ea4d543a2390819e643")
package() {
PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.tar.gz