[arch-commits] Commit in aws-c-common/repos/community-x86_64 (PKGBUILD PKGBUILD)
Anatol Pomozov
anatolik at gemini.archlinux.org
Fri Oct 15 21:16:07 UTC 2021
Date: Friday, October 15, 2021 @ 21:16:07
Author: anatolik
Revision: 1030332
archrelease: copy trunk to community-x86_64
Added:
aws-c-common/repos/community-x86_64/PKGBUILD
(from rev 1030331, aws-c-common/trunk/PKGBUILD)
Deleted:
aws-c-common/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-15 21:15:48 UTC (rev 1030331)
+++ PKGBUILD 2021-10-15 21:16:07 UTC (rev 1030332)
@@ -1,32 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=aws-c-common
-pkgver=0.6.12
-pkgrel=1
-pkgdesc='Core c99 package for AWS SDK for C. Includes cross-platform primitives, configuration, data structures, and error handling.'
-arch=(x86_64)
-url='https://github.com/awslabs/aws-c-common'
-license=(Apache)
-depends=(glibc)
-makedepends=(cmake)
-source=(aws-c-common-$pkgver.zip::https://github.com/awslabs/aws-c-common/archive/v$pkgver.zip)
-sha256sums=('5a03a137c65983013cb7fae0a2c155913340cea270a7136183486abc4af5f53d')
-
-build() {
- cd aws-c-common-$pkgver
-
- cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON -S . -B build
- cmake --build build
-}
-
-check() {
- cd aws-c-common-$pkgver
- cmake --build build --target test
-}
-
-package() {
- cd aws-c-common-$pkgver
-
- cmake --build build --target install -- DESTDIR="$pkgdir/"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: aws-c-common/repos/community-x86_64/PKGBUILD (from rev 1030331, aws-c-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-10-15 21:16:07 UTC (rev 1030332)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-c-common
+pkgver=0.6.14
+pkgrel=1
+pkgdesc='Core c99 package for AWS SDK for C. Includes cross-platform primitives, configuration, data structures, and error handling.'
+arch=(x86_64)
+url='https://github.com/awslabs/aws-c-common'
+license=(Apache)
+depends=(glibc)
+makedepends=(cmake)
+source=(aws-c-common-$pkgver.zip::https://github.com/awslabs/aws-c-common/archive/v$pkgver.zip)
+sha256sums=('2c7ff4c756c59c1266a93850d65bf2ff6f6038134a874fd941ef745442d7607e')
+
+build() {
+ cd aws-c-common-$pkgver
+
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON -S . -B build
+ cmake --build build
+}
+
+check() {
+ cd aws-c-common-$pkgver
+ cmake --build build --target test
+}
+
+package() {
+ cd aws-c-common-$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