summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2017-09-05 10:08:03 -0400
committerGuillaume Horel2017-09-05 10:08:03 -0400
commitb2f3c7cc1d7303684f589e50ec0081c6cdfdada5 (patch)
treea810ab03837fe6ea00e714688e2b4ad87f12ee06
parente821f3a173a61faecdd153fcf43cc19a7964f0f5 (diff)
downloadaur-b2f3c7cc1d7303684f589e50ec0081c6cdfdada5.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b0b50bbc480..459bed6cd23f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-exchangelib
pkgdesc = Client for Microsoft Exchange Web Services (EWS)
- pkgver = 1.9.3
+ pkgver = 1.10.0
pkgrel = 1
url = https://github.com/ecederstrand/exchangelib
arch = any
@@ -13,9 +13,9 @@ pkgbase = python-exchangelib
depends = python-pytz
depends = python-future
depends = python-tzlocal
- source = https://pypi.python.org/packages/5d/53/114b88155999928ced62bee074986f97141e731637980eac0cf5d9d8977c/exchangelib-1.9.3.tar.gz
+ source = https://pypi.org/packages/source/e/exchangelib/exchangelib-1.10.0.tar.gz
source = LICENSE
- sha256sums = 3144f2a3b4985b411165acaaabf6728195993cfca081aa22cdc5466ffd5e5073
+ sha256sums = dfc4023ac5bcfa6c3cbdac44d150d1b8732e392d650c8762d60046f8d7e81199
sha256sums = 650d8ac6b0ab9a2c946b021bf12933cad611b6397d0eaff31beb28f6a243afa9
pkgname = python-exchangelib
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() {