summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Gatto2022-01-17 11:46:53 +0100
committerMatthias Gatto2022-01-17 11:46:53 +0100
commitc53bba85f70170f9a4641308d814d35f2e3375b1 (patch)
tree581cedf5546c01241a06dd30de4f982dff1fb8f8
parent4172c37f8d50142b169ab903822e42f24e28385f (diff)
downloadaur-c53bba85f70170f9a4641308d814d35f2e3375b1.tar.gz
update version
Signed-off-by: Matthias Gatto <matthias.gatto@outscale.com>
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c555d84bf5aa..30ec8c53e403 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Reference: PKGBUILD(5)
pkgname=osc-sdk-python
-pkgver=0.11.1
+pkgver=0.14.0
pkgrel=1
pkgdesc='Outscale Python 3 SDK'
@@ -14,5 +14,5 @@ makedepends=('python-pip')
depends=(python-pip python-ruamel-yaml python-requests)
package() {
- PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps https://github.com/outscale/osc-sdk-python/releases/download/0.11.1/osc_sdk_python-0.11.1-py3-none-any.whl
+ PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps https://github.com/outscale/osc-sdk-python/releases/download/0.14.0/osc_sdk_python-0.14.0-py3-none-any.whl
}