summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2019-05-08 20:47:07 -0400
committerAndrew O'Neill2019-05-08 20:47:07 -0400
commit3877d6586aad53bda73edf95f16032c538ccc1f6 (patch)
tree8fdef0eaecff6e478faa13cd1dd5f3017e5f3403 /PKGBUILD
parentdef7cddd9d3998507e758856d8ec2e20c5bfc506 (diff)
downloadaur-3877d6586aad53bda73edf95f16032c538ccc1f6.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 29c57b4c1753..d49fb89cf741 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=2.2.7
+pkgver=2.2.8
pkgrel=1
pkgdesc='Python SDK for Oracle Cloud Infrastructure'
-arch=('any')
+arch=('x86_64')
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=('11d9f0609127274d931f1e877e298239f2c4b2266b241d643640bc080566e49a'
- 'a108a28fef656c6ac2d0ee18f35d416c76d9abbd1051423277b447c50985703e')
+sha256sums=('893cda37f9c111d92592dc736c9b714b3a8716f5fe21460f4249fc80419db427'
+ '192c6f1297b77ebf03507b79ca2d2cda851feb244c4ebb01ca08e77b54f4ad02')
prepare() {
cd "${_pyname}-${pkgver}"