summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Syntychakis2024-05-17 06:48:34 +0000
committerNick Syntychakis2024-05-17 06:48:34 +0000
commit67592c9610e6bd552ed89f3bb7c24d1bd336d5c4 (patch)
treec91081d265eb601f6b34e3d926f7d3fe1dc7f623
parent7f619bbd2eb8ac9b4e1ded11648c28de6d3783ba (diff)
downloadaur-67592c9610e6bd552ed89f3bb7c24d1bd336d5c4.tar.gz
Source files from the original repo, added missing contributors
-rw-r--r--.SRCINFO10
-rw-r--r--LICENSE.txt12
-rw-r--r--PKGBUILD10
-rw-r--r--aws-cli-v2-bin.install2
4 files changed, 14 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 894a17d99eb3..110911513eaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = aws-cli-v2-bin
pkgdesc = Unified command line interface for Amazon Web Services (version 2) (binary release)
pkgver = 2.15.51
pkgrel = 1
- epoch = 1
+ epoch = 2
url = https://github.com/aws/aws-cli/tree/v2
install = aws-cli-v2-bin.install
arch = x86_64
@@ -13,9 +13,11 @@ pkgbase = aws-cli-v2-bin
provides = aws-cli
conflicts = aws-cli
conflicts = aws-cli-v2
- source = aws_bash_completer
- source = aws_zsh_completer.sh
- source = LICENSE.txt
+ options = !strip
+ options = !debug
+ source = aws_bash_completer::https://raw.githubusercontent.com/aws/aws-cli/2.15.51/bin/aws_bash_completer
+ source = aws_zsh_completer.sh::https://raw.githubusercontent.com/aws/aws-cli/2.15.51/bin/aws_zsh_completer.sh
+ source = LICENSE.txt::https://raw.githubusercontent.com/aws/aws-cli/2.15.51/LICENSE.txt
validpgpkeys = FB5DB77FD5C118B80511ADA8A6310ACC4672475C
sha256sums = 451a681062516a0473c8764a6593b0a65b6e558bf6128899b1d5e19b258f679e
sha256sums = 426e99f1e8cd00cce9263693d29ceac5b4834f6cf1766cd57b985a440eea2e87
diff --git a/LICENSE.txt b/LICENSE.txt
deleted file mode 100644
index 37014e831ce5..000000000000
--- a/LICENSE.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-Copyright 2012-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
-
-Licensed under the Apache License, Version 2.0 (the "License"). You
-may not use this file except in compliance with the License. A copy of
-the License is located at
-
- http://aws.amazon.com/apache2.0/
-
-or in the "license" file accompanying this file. This file is
-distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
-ANY KIND, either express or implied. See the License for the specific
-language governing permissions and limitations under the License.
diff --git a/PKGBUILD b/PKGBUILD
index 5f13c60151a3..993ba094eb07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
# Maintainer: Nick Syntychakis <nsyntych@punkops.dev>
# Contributor: Steve Engledow <steve@engledow.me>
+# Contributor: Chih-Hsuan Yen <yan12125@archlinux.org>
pkgname=aws-cli-v2-bin
# https://github.com/aws/aws-cli/raw/v2/CHANGELOG.rst
pkgver=2.15.51
pkgrel=1
-epoch=1
+epoch=2
pkgdesc='Unified command line interface for Amazon Web Services (version 2) (binary release)'
arch=(x86_64 aarch64)
url='https://github.com/aws/aws-cli/tree/v2'
license=('Apache')
+options=(!strip !debug)
makedepends=('unzip')
depends=('less')
optdepends=()
@@ -17,9 +19,9 @@ provides=(aws-cli)
conflicts=(aws-cli aws-cli-v2)
install=aws-cli-v2-bin.install
-source=("aws_bash_completer"
- "aws_zsh_completer.sh"
- "LICENSE.txt")
+source=("aws_bash_completer::https://raw.githubusercontent.com/aws/aws-cli/${pkgver}/bin/aws_bash_completer"
+ "aws_zsh_completer.sh::https://raw.githubusercontent.com/aws/aws-cli/${pkgver}/bin/aws_zsh_completer.sh"
+ "LICENSE.txt::https://raw.githubusercontent.com/aws/aws-cli/${pkgver}/LICENSE.txt")
sha256sums=('451a681062516a0473c8764a6593b0a65b6e558bf6128899b1d5e19b258f679e'
'426e99f1e8cd00cce9263693d29ceac5b4834f6cf1766cd57b985a440eea2e87'
diff --git a/aws-cli-v2-bin.install b/aws-cli-v2-bin.install
index 118b791e81b2..12d44b560906 100644
--- a/aws-cli-v2-bin.install
+++ b/aws-cli-v2-bin.install
@@ -1,3 +1,5 @@
+# Contributor: Chih-Hsuan Yen <yan12125@archlinux.org> from aur/aws-cli-v2
+
# arg 1: the new package version
# arg 2: the old package version
post_upgrade() {