summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2019-05-01 21:31:03 -0400
committerAndrew O'Neill2019-05-01 21:31:03 -0400
commitdef7cddd9d3998507e758856d8ec2e20c5bfc506 (patch)
treefd8a0464a843127e88cb2d6a9f9aee43d0d66ecd /PKGBUILD
parent7d1c87d58ebc8a93d33af88a53c7c323620ad303 (diff)
downloadaur-def7cddd9d3998507e758856d8ec2e20c5bfc506.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21ebab4a9b98..29c57b4c1753 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=2.2.5
+pkgver=2.2.7
pkgrel=1
pkgdesc='Python SDK for Oracle Cloud Infrastructure'
arch=('any')
@@ -12,8 +12,8 @@ depends=('python' 'python-pyjwt' 'python-dateutil' 'python-certifi' 'python-cryp
makedepends=('python-setuptools')
source=("${url}/archive/v${pkgver}.tar.gz"
"${pkgname}.patch")
-sha256sums=('62762192b56ae6a66abe36c299e110584c0b9547c242f2ceb7e0eb1a973ddc6d'
- '44ad7698c180b82812367dff4dedeb1910a49a06c5e71cc7260d6cedf084e34f')
+sha256sums=('11d9f0609127274d931f1e877e298239f2c4b2266b241d643640bc080566e49a'
+ 'a108a28fef656c6ac2d0ee18f35d416c76d9abbd1051423277b447c50985703e')
prepare() {
cd "${_pyname}-${pkgver}"