summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2023-06-01 20:37:03 -0400
committerChris Severance2023-06-01 20:37:03 -0400
commit6b3726f729902cc7794aa6f1065625f90a103e45 (patch)
tree2ff61a1499c4b3f6f947cd1e3d5d9d957f1c64d3
parent9985066c0ad6a72069d0d090f285b7310c8cbc9c (diff)
downloadaur-6b3726f729902cc7794aa6f1065625f90a103e45.tar.gz
autu: Update to 1.27.145.r11217.g5885ee4dc-1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 135cc8e41022..9663c4bdd2ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Dec 12 03:15:37 UTC 2020
pkgbase = aws-cli-git
pkgdesc = Universal Command Line Interface for Amazon Web Services awscli
- pkgver = 1.18.195.r8866.g280e35ef3
+ pkgver = 1.27.145.r11217.g5885ee4dc
pkgrel = 1
url = https://github.com/aws/aws-cli
arch = any
@@ -25,15 +23,14 @@ pkgbase = aws-cli-git
depends = python-sphinx>=1.1.3
options = !emptydirs
options = !strip
- source = aws-cli::git://github.com/aws/aws-cli.git
+ source = aws-cli::git+https://github.com/aws/aws-cli.git
md5sums = SKIP
sha256sums = SKIP
pkgname = aws-cli-git
- provides = aws-cli=1.18.195
- provides = aws-cli=1.18.195
+ provides = aws-cli=1.27.145
+ provides = aws-cli=1.27.145
conflicts = python2-aws-cli
conflicts = python-aws-cli
conflicts = aws-cli
conflicts = aws-cli
-
diff --git a/PKGBUILD b/PKGBUILD
index 41852472ee48..8561ed5d6d35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -65,7 +65,7 @@ else
pkgname="${_pyver}-${_pybase}-git"
_pyverother='python'
fi
-pkgver=1.18.195.r8866.g280e35ef3
+pkgver=1.27.145.r11217.g5885ee4dc
# Generally when this version changes, the version of botocore also changes
pkgrel=1
pkgdesc='Universal Command Line Interface for Amazon Web Services awscli'
@@ -117,7 +117,7 @@ if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
makedepends+=('git')
_vcsprovides=("${pkgname%-git}=${pkgver%%.r*}")
_vcsconflicts=("${pkgname%-git}")
- source=("${_srcdir}::${url//https:/git:}.git")
+ source=("${_srcdir}::git+${url}.git")
md5sums[0]='SKIP'
sha256sums[0]='SKIP'
pkgver() {