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 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}"