summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAetf2018-08-06 23:48:18 -0400
committerAetf2018-08-06 23:48:18 -0400
commit3e310425f17a5612e1de466a0b4323b16a4975f9 (patch)
tree6788430b6a03a62a05ceba77b165d336a7874334
parent7d04dea31a7d30b6c2b35bba6e80efa0bc6027b9 (diff)
downloadaur-3e310425f17a5612e1de466a0b4323b16a4975f9.tar.gz
Rebuild for python 3.7
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49b465509597..619105c828b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-globus-sdk
pkgdesc = This SDK provides a convenient Pythonic interface to Globus REST APIs, including the Transfer API and the Globus Auth API.
pkgver = 1.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/globus/globus-sdk-python
arch = any
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 4e0c4eab791c..8baf4aece540 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-globus-sdk
_pkgname=globus-sdk
pkgver=1.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="This SDK provides a convenient Pythonic interface to Globus REST APIs, including the Transfer API and the Globus Auth API."
arch=(any)
url="https://github.com/globus/globus-sdk-python"