summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 951524f85f61..cca97783c793 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=1.4.4
+pkgver=1.4.5
pkgrel=1
pkgdesc='Python SDK for Oracle Cloud Infrastructure'
arch=('any')
-url="https://github.com/oracle/oci-python-sdk"
+url='https://github.com/oracle/oci-python-sdk'
license=('Apache')
depends=('python' 'python-pyjwt' 'python-dateutil' 'python-certifi' 'python-cryptography' 'python-idna' 'python-pyopenssl' 'python-pytz' 'python-requests' 'python-six')
makedepends=('python-setuptools')
source=("${url}/archive/v${pkgver}.tar.gz"
"${pkgname}.patch")
-sha256sums=('7c371b8e443d81d445308443954690a207ba50cf0b3aa8c45604511c20a7d46f'
- 'a79054a7ff2505bee403f91bdd7b4217e8704df0ce19f7eb9c0c249d77abefad')
+sha256sums=('dfeb4e384eeec4113a30271f7ff2bfe93c785d988e47dac2d570fab9191c591e'
+ '2c701589c9ba55a22288ae7de61886d74cd1b65f9b6ea87c4c1b3ea4e5654856')
prepare() {
cd "${_pyname}-${pkgver}"