summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Gatto2022-03-18 11:30:19 +0100
committerMatthias Gatto2022-03-18 11:30:19 +0100
commit80784c021474ad6478f705f5563bc67cfb0a6e7c (patch)
treed698ed7b79d7f2096b02917bc666f4a66f75717e
parent4efd56851a7dc165236bdc86c9d300316a8a69e4 (diff)
downloadaur-80784c021474ad6478f705f5563bc67cfb0a6e7c.tar.gz
use git+https intead of git
Signed-off-by: Matthias Gatto <matthias.gatto@outscale.com>
-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() {