Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
aws-c-common


Commits:
954b7973 by Carl Smedstad at 2025-09-28T18:22:56+02:00
upgpkg: 0.12.5-1: Upstream release

https://github.com/awslabs/aws-c-common/releases/tag/v0.12.5

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
 pkgbase = aws-c-common
        pkgdesc = Core c99 package for AWS SDK for C. Includes cross-platform 
primitives, configuration, data structures, and error handling
-       pkgver = 0.12.4
+       pkgver = 0.12.5
        pkgrel = 1
        url = https://github.com/awslabs/aws-c-common
        arch = x86_64
        license = Apache-2.0
        makedepends = cmake
        depends = glibc
-       source = 
aws-c-common-0.12.4.tar.gz::https://github.com/awslabs/aws-c-common/archive/v0.12.4.tar.gz
-       sha256sums = 
0b7705a4d115663c3f485d353a75ed86e37583157585e5825d851af634b57fe3
+       source = 
aws-c-common-0.12.5.tar.gz::https://github.com/awslabs/aws-c-common/archive/v0.12.5.tar.gz
+       sha256sums = 
02d1ab905d43a33008a63f273b27dbe4859e9f090eac6f0e3eeaf8c64a083937
 
 pkgname = aws-c-common


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Maintainer: Carl Smedstad <[email protected]>
 
 pkgname=aws-c-common
-pkgver=0.12.4
+pkgver=0.12.5
 pkgrel=1
 pkgdesc='Core c99 package for AWS SDK for C. Includes cross-platform 
primitives, configuration, data structures, and error handling'
 arch=(x86_64)
@@ -11,7 +11,7 @@ license=(Apache-2.0)
 depends=(glibc)
 makedepends=(cmake)
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('0b7705a4d115663c3f485d353a75ed86e37583157585e5825d851af634b57fe3')
+sha256sums=('02d1ab905d43a33008a63f273b27dbe4859e9f090eac6f0e3eeaf8c64a083937')
 
 build() {
   cd $pkgname-$pkgver
@@ -25,7 +25,8 @@ build() {
 
 check() {
   cd $pkgname-$pkgver
-  cmake --build build --target test
+  ctest --test-dir build --output-on-failure \
+    -E test_file_path_read_from_offset_direct_io
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aws-c-common/-/commit/954b79733ab2c5f49039dcc3e1632f7cee236dc7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aws-c-common/-/commit/954b79733ab2c5f49039dcc3e1632f7cee236dc7
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to