[arch-commits] Commit in aws-c-common/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Sun Nov 24 23:05:14 UTC 2019


    Date: Sunday, November 24, 2019 @ 23:05:14
  Author: anatolik
Revision: 533108

upgpkg: aws-c-common 0.4.22-2

Move cmake to makedepends

Modified:
  aws-c-common/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-24 22:56:57 UTC (rev 533107)
+++ PKGBUILD	2019-11-24 23:05:14 UTC (rev 533108)
@@ -2,12 +2,13 @@
 
 pkgname=aws-c-common
 pkgver=0.4.22
-pkgrel=1
+pkgrel=2
 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=(cmake)
+depends=(glibc)
+makedepends=(cmake)
 source=(aws-c-common-$pkgver.zip::https://github.com/awslabs/aws-c-common/archive/v$pkgver.zip)
 sha256sums=('39f99419e2aa0fcb59872067f9e9e04fbd5f6bbdf9ee8041874ff89d24f152ca')
 



More information about the arch-commits mailing list