[arch-commits] Commit in aws-c-cal/repos/community-x86_64 (PKGBUILD PKGBUILD)
Anatol Pomozov
anatolik at gemini.archlinux.org
Mon Aug 29 17:17:10 UTC 2022
Date: Monday, August 29, 2022 @ 17:17:10
Author: anatolik
Revision: 1285437
archrelease: copy trunk to community-x86_64
Added:
aws-c-cal/repos/community-x86_64/PKGBUILD
(from rev 1285435, aws-c-cal/trunk/PKGBUILD)
Deleted:
aws-c-cal/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-29 17:17:03 UTC (rev 1285436)
+++ PKGBUILD 2022-08-29 17:17:10 UTC (rev 1285437)
@@ -1,32 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=aws-c-cal
-pkgver=0.5.17
-pkgrel=1
-pkgdesc='AWS Crypto Abstraction Layer: Cross-Platform, C99 wrapper for cryptography primitives'
-arch=(x86_64)
-url='https://github.com/awslabs/aws-c-cal'
-license=(Apache)
-depends=(aws-c-common openssl)
-makedepends=(cmake)
-source=(aws-c-cal-$pkgver.zip::https://github.com/awslabs/aws-c-cal/archive/v$pkgver.zip)
-sha256sums=('d3e8d058658061712c17a75be5c5b1f19462aed2d2d7a2c9116c2766c2682b7b')
-
-build() {
- cd aws-c-cal-$pkgver
-
- cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON -S . -B build
- cmake --build build
-}
-
-check() {
- cd aws-c-cal-$pkgver
- cmake --build build --target test
-}
-
-package() {
- cd aws-c-cal-$pkgver
-
- cmake --build build --target install -- DESTDIR="$pkgdir/"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: aws-c-cal/repos/community-x86_64/PKGBUILD (from rev 1285435, aws-c-cal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-29 17:17:10 UTC (rev 1285437)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-c-cal
+pkgver=0.5.19
+pkgrel=1
+pkgdesc='AWS Crypto Abstraction Layer: Cross-Platform, C99 wrapper for cryptography primitives'
+arch=(x86_64)
+url='https://github.com/awslabs/aws-c-cal'
+license=(Apache)
+depends=(aws-c-common openssl)
+makedepends=(cmake)
+source=(aws-c-cal-$pkgver.zip::https://github.com/awslabs/aws-c-cal/archive/v$pkgver.zip)
+sha256sums=('4bf0bfa2728fbf55f70f4016536c04cf9efef4be853f7f30f7597924dff1f0b6')
+
+build() {
+ cd aws-c-cal-$pkgver
+
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON -S . -B build
+ cmake --build build
+}
+
+check() {
+ cd aws-c-cal-$pkgver
+ cmake --build build --target test
+}
+
+package() {
+ cd aws-c-cal-$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