summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2018-11-01 11:00:45 -0400
committerGuillaume Horel2018-11-01 11:00:45 -0400
commit6516384feca910e72b99198bdaf345fe8869158e (patch)
tree72342dbbd6422d84061bdfb12b6c07d2cc9f129e
parente61877c9ce1185989fd2e214c65d94edac37cbcb (diff)
downloadaur-6516384feca910e72b99198bdaf345fe8869158e.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8093770150be..96e3ebe69aba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-exchangelib
pkgdesc = Client for Microsoft Exchange Web Services (EWS)
- pkgver = 1.11.4
+ pkgver = 1.12.0
pkgrel = 1
url = https://github.com/ecederstrand/exchangelib
arch = any
@@ -18,9 +18,9 @@ pkgbase = python-exchangelib
depends = python-pytz
depends = python-future
depends = python-tzlocal
- source = https://pypi.org/packages/source/e/exchangelib/exchangelib-1.11.4.tar.gz
+ source = https://pypi.org/packages/source/e/exchangelib/exchangelib-1.12.0.tar.gz
source = LICENSE
- sha256sums = 9fb543ec28e21099a4159e74b1daf5c7e84ac3d4f0413d68711ebbb126e56aa0
+ sha256sums = 091be9f1fdc3187925875001b09f87c8c1d640242a797868e9e5e31bb9e5e54a
sha256sums = 650d8ac6b0ab9a2c946b021bf12933cad611b6397d0eaff31beb28f6a243afa9
pkgname = python-exchangelib
diff --git a/PKGBUILD b/PKGBUILD
index bcec41894808..8ed41d056515 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Arthur Țițeică | arthur dot titeica with gmail
_pkgname=exchangelib
pkgname=python-exchangelib
-pkgver=1.11.4
+pkgver=1.12.0
pkgrel=1
pkgdesc="Client for Microsoft Exchange Web Services (EWS)"
arch=(any)
@@ -12,7 +12,7 @@ depends=('python' 'python-cached-property' 'python-cryptography' 'python-defused
makedepends=('python-setuptools')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
"LICENSE")
-sha256sums=('9fb543ec28e21099a4159e74b1daf5c7e84ac3d4f0413d68711ebbb126e56aa0'
+sha256sums=('091be9f1fdc3187925875001b09f87c8c1d640242a797868e9e5e31bb9e5e54a'
'650d8ac6b0ab9a2c946b021bf12933cad611b6397d0eaff31beb28f6a243afa9')
build() {