summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 531fdd409834..df8f049f71d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = osc-cli-git
pkgdesc = Outscale CLI
- pkgver = v1.5.0.r14.g04b02c8
+ pkgver = v1.6.0.r115.gafffb5f
pkgrel = 1
url = https://github.com/outscale/osc-cli
arch = any
@@ -9,8 +9,7 @@ pkgbase = osc-cli-git
depends = python-fire
depends = python-requests
depends = python-xmltodict
- source = git://github.com/outscale/osc-cli.git
+ source = git+https://github.com/outscale/osc-cli.git
sha256sums = SKIP
pkgname = osc-cli-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 8d8f656a7261..8a3005eded1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Reference: PKGBUILD(5)
pkgname=osc-cli-git
-pkgver=v1.5.0.r14.g04b02c8
+pkgver=v1.6.0.r115.gafffb5f
pkgrel=1
pkgdesc='Outscale CLI'
@@ -18,7 +18,7 @@ pkgver() {
makedepends=('python-setuptools')
depends=(python-fire python-requests python-xmltodict)
-source=("git://github.com/outscale/osc-cli.git")
+source=("git+https://github.com/outscale/osc-cli.git")
sha256sums=("SKIP")
build() {