Skip to content
Snippets Groups Projects
Verified Commit 502f93bb authored by Carl Smedstad's avatar Carl Smedstad
Browse files
parent 61094e36
No related branches found
No related tags found
No related merge requests found
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.10.9
pkgver = 0.11.0
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.10.9.tar.gz::https://github.com/awslabs/aws-c-common/archive/v0.10.9.tar.gz
sha256sums = fd3c452232972ca65f09ba9cd7657bd6e39d5386a4f4eae3f3cd344eee1b88ce
source = aws-c-common-0.11.0.tar.gz::https://github.com/awslabs/aws-c-common/archive/v0.11.0.tar.gz
sha256sums = 88115d6f3e4f79d8b2544ed8a95d8a9699985aed38aeb4779d7c9fffde1fee58
pkgname = aws-c-common
......@@ -2,7 +2,7 @@
# Maintainer: Carl Smedstad <carsme@archlinux.org>
pkgname=aws-c-common
pkgver=0.10.9
pkgver=0.11.0
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=('fd3c452232972ca65f09ba9cd7657bd6e39d5386a4f4eae3f3cd344eee1b88ce')
sha256sums=('88115d6f3e4f79d8b2544ed8a95d8a9699985aed38aeb4779d7c9fffde1fee58')
build() {
cd $pkgname-$pkgver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment