summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2019-04-02 20:19:46 -0400
committerAndrew O'Neill2019-04-02 20:19:46 -0400
commit376c4604c7f90fdea6f87637bb442a9394affd6f (patch)
tree489d4e5e5c672fcd6f70cfcf1566c88cf67c5466 /PKGBUILD
parentfed8918be1424d4ac058c993be5dbe7ead0e1d6e (diff)
downloadaur-376c4604c7f90fdea6f87637bb442a9394affd6f.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 6c78aa76373c..7d17c72d6095 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Andrew O'Neill <andrew at meanjollies dot com>
pkgname=oci-cli
-pkgver=2.5.3
+pkgver=2.5.5
pkgrel=1
pkgdesc='Command line interface for Oracle Cloud Infrastructure'
-arch=('any')
+arch=('x86_64')
url='https://github.com/oracle/oci-cli'
license=('Apache')
depends=('python' 'python-oci' 'python-arrow' 'python-certifi' 'python-click' 'python-dateutil' 'python-cryptography' 'python-pyopenssl' 'python-jmespath' 'python-terminaltables' 'python-httpsig_cffi' 'python-idna' 'python-pytz' 'python-requests' 'python-six' 'python-retrying' 'python-yaml' 'python-cx_oracle-git')
makedepends=('python-setuptools')
source=("${url}/archive/v${pkgver}.tar.gz"
"${pkgname}.patch")
-sha256sums=('379de4d8891004edf22313d5bb9ef0dd183405ae16a48001cfdb3b3d9329dca5'
- '302c4878f786518cb0589187f73f82e2a66eaeba1107c8486f920c4bd1f2bb43')
+sha256sums=('e15f68d96cc334151fb345d0079aa14e62ffce10b8280fd6196afaeb9fff109f'
+ '2c377ec8de55f2c4ce43332668278f989c5dc07b6ab448036c589f2d582c99f3')
prepare() {
cd "${pkgname}-${pkgver}"