Date: Monday, November 14, 2022 @ 21:18:12
  Author: kpcyrd
Revision: 1347890

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
    (from rev 1347887, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   73 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-14 21:18:09 UTC (rev 1347889)
+++ PKGBUILD    2022-11-14 21:18:12 UTC (rev 1347890)
@@ -1,36 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <[email protected]>
-# Contributor: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT <[email protected]>
-
-pkgname=aws-cli
-pkgver=1.25.97
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli";
-license=('Apache')
-# Upstream relies on transitive dependencies 
https://github.com/aws/aws-cli/issues/6556
-depends=('python' 'python-botocore' 'python-dateutil' 'python-jmespath'
-         'python-colorama' 'python-docutils' 'python-pyasn1' 'python-rsa'
-         'python-s3transfer' 'python-yaml')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('affbabf75055798c9e7a0f3adb14dc5f')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 1347887, 
aws-cli/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-14 21:18:12 UTC (rev 1347890)
@@ -0,0 +1,37 @@
+# Maintainer: Chih-Hsuan Yen <[email protected]>
+# Contributor: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT <[email protected]>
+
+pkgname=aws-cli
+pkgver=1.25.97
+pkgrel=2
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli";
+license=('Apache')
+# Upstream relies on transitive dependencies 
https://github.com/aws/aws-cli/issues/6556
+depends=('python' 'python-botocore' 'python-dateutil' 'python-jmespath'
+         'python-colorama' 'python-docutils' 'python-pyasn1' 'python-rsa'
+         'python-s3transfer' 'python-yaml')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('affbabf75055798c9e7a0f3adb14dc5f')
+sha256sums=('9b1fc2c93938774d18e64741ccf681103ac3a59c0bbdb8dfdbdcc37fc935a754')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}

Reply via email to