summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8898408786c0..724a3eae3ede 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintaienr: Guillaume Horel <guillaume.horel@gmail.com>
_pkgname=exchangelib
pkgname=python-exchangelib
-pkgver=1.9.3
+pkgver=1.10.0
pkgrel=1
pkgdesc="Client for Microsoft Exchange Web Services (EWS)"
arch=(any)
@@ -10,9 +10,9 @@ url="https://github.com/ecederstrand/exchangelib"
license=('BSD')
depends=('python' 'python-cached-property' 'python-dnspython' 'python-requests-ntlm' 'python-pytz' 'python-future' 'python-tzlocal')
makedepends=('python-setuptools')
-source=("https://pypi.python.org/packages/5d/53/114b88155999928ced62bee074986f97141e731637980eac0cf5d9d8977c/exchangelib-1.9.3.tar.gz"
+source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
"LICENSE")
-sha256sums=('3144f2a3b4985b411165acaaabf6728195993cfca081aa22cdc5466ffd5e5073'
+sha256sums=('dfc4023ac5bcfa6c3cbdac44d150d1b8732e392d650c8762d60046f8d7e81199'
'650d8ac6b0ab9a2c946b021bf12933cad611b6397d0eaff31beb28f6a243afa9')
build() {