Date: Tuesday, March 7, 2023 @ 21:45:56
  Author: anatolik
Revision: 1416770

archrelease: copy trunk to community-x86_64

Added:
  aws-c-s3/repos/community-x86_64/PKGBUILD
    (from rev 1416769, 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    2023-03-07 21:45:37 UTC (rev 1416769)
+++ PKGBUILD    2023-03-07 21:45:56 UTC (rev 1416770)
@@ -1,33 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=aws-c-s3
-pkgver=0.2.1
-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 aws-checksums)
-makedepends=(cmake)
-source=(aws-c-s3-$pkgver.zip::https://github.com/awslabs/aws-c-s3/archive/v$pkgver.zip)
-sha256sums=('8ba05ba884569948a4ff70d629dc1f579fcdef584c147fff272a1f41bd91e7a8')
-
-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 1416769, 
aws-c-s3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-07 21:45:56 UTC (rev 1416770)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-c-s3
+pkgver=0.2.6
+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 aws-checksums)
+makedepends=(cmake)
+source=(aws-c-s3-$pkgver.zip::https://github.com/awslabs/aws-c-s3/archive/v$pkgver.zip)
+sha256sums=('f5fb649118abff84edb70f72eb15ae275e7246b432289b97397d0bfea4354651')
+
+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"
+}

Reply via email to