[arch-commits] Commit in aws-c-s3/repos/community-x86_64 (PKGBUILD PKGBUILD)

Anatol Pomozov anatolik at gemini.archlinux.org
Thu Jan 6 00:45:33 UTC 2022


    Date: Thursday, January 6, 2022 @ 00:45:32
  Author: anatolik
Revision: 1093959

archrelease: copy trunk to community-x86_64

Added:
  aws-c-s3/repos/community-x86_64/PKGBUILD
    (from rev 1093958, aws-c-s3/trunk/PKGBUILD)
Deleted:
  aws-c-s3/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-06 00:45:02 UTC (rev 1093958)
+++ PKGBUILD	2022-01-06 00:45:32 UTC (rev 1093959)
@@ -1,33 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=aws-c-s3
-pkgver=0.1.27
-pkgrel=1
-pkgdesc='C99 library implementation for communicating with the S3 service, designed for maximizing throughput on high bandwidth EC2 instances'
-arch=(x86_64)
-url='https://github.com/awslabs/aws-c-s3'
-license=(Apache)
-depends=(aws-c-common aws-c-auth)
-makedepends=(cmake)
-source=(aws-c-s3-$pkgver.zip::https://github.com/awslabs/aws-c-s3/archive/v$pkgver.zip)
-sha256sums=('450d00c3ceebc205b1029dc0b5885fe36da530772a624ad85298e817e3e5fb41')
-
-build() {
-  cd aws-c-s3-$pkgver
-
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON -S . -B build
-  cmake --build build
-}
-
-check() {
-  cd aws-c-s3-$pkgver
-  # A lot of tests failing
-  # cmake --build build --target test
-}
-
-package() {
-  cd aws-c-s3-$pkgver
-
-  cmake --build build --target install -- DESTDIR="$pkgdir/"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: aws-c-s3/repos/community-x86_64/PKGBUILD (from rev 1093958, aws-c-s3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-06 00:45:32 UTC (rev 1093959)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-c-s3
+pkgver=0.1.30
+pkgrel=1
+pkgdesc='C99 library implementation for communicating with the S3 service, designed for maximizing throughput on high bandwidth EC2 instances'
+arch=(x86_64)
+url='https://github.com/awslabs/aws-c-s3'
+license=(Apache)
+depends=(aws-c-common aws-c-auth)
+makedepends=(cmake)
+source=(aws-c-s3-$pkgver.zip::https://github.com/awslabs/aws-c-s3/archive/v$pkgver.zip)
+sha256sums=('d0543311ab106647ccf3fe731411736e6788d537df82a1f95801d8106b2d9af8')
+
+build() {
+  cd aws-c-s3-$pkgver
+
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON -S . -B build
+  cmake --build build
+}
+
+check() {
+  cd aws-c-s3-$pkgver
+  # A lot of tests failing
+  # cmake --build build --target test
+}
+
+package() {
+  cd aws-c-s3-$pkgver
+
+  cmake --build build --target install -- DESTDIR="$pkgdir/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list