summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2018-08-14 20:24:11 -0400
committerAndrew O'Neill2018-08-14 20:24:11 -0400
commit5f2370afc03e1395b32d8c4c491c0ab56353aec5 (patch)
tree19720f6091e33dc4e7d669bc8de0bc8daaae45e1 /PKGBUILD
parent0b9c3d24e87086a168271d3f2495ba7babc47c9d (diff)
downloadaur-5f2370afc03e1395b32d8c4c491c0ab56353aec5.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7104cdb1e2a4..50325a6ab530 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
pkgdesc='Python SDK for Oracle Cloud Infrastructure'
arch=('any')
url='https://github.com/oracle/oci-python-sdk'
@@ -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=('6ad20c543638af6987a8c9cbec2be08746a15ab168222cffb3d6654d4cc66501'
- '65d2a7d3b78033f22f609fe98cc9f07333ddd3529b4a738da9fa659265976ffe')
+sha256sums=('16104fd3e91e63e3f4e26ec5918f2f88d3bc2bdd9f59b13dee84edcdd7c52464'
+ '7b5aff0f664695342f31093be2f9b16c853adaed26122f85adfbc008ad3d8c0b')
prepare() {
cd "${_pyname}-${pkgver}"