Date: Friday, August 12, 2022 @ 17:37:24 Author: anatolik Revision: 1265597
upgpkg: s2n-tls 1.3.19-1 Modified: s2n-tls/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-12 17:36:58 UTC (rev 1265596) +++ PKGBUILD 2022-08-12 17:37:24 UTC (rev 1265597) @@ -1,7 +1,7 @@ # Maintainer: Anatol Pomozov pkgname=s2n-tls -pkgver=1.3.11 +pkgver=1.3.19 pkgrel=1 pkgdesc='A C99 implementation of the TLS/SSL protocols that is designed to be simple, small, fast, and with security as a priority' arch=(x86_64) @@ -10,10 +10,10 @@ provides=(s2n) # upstream renamed the project from s2n to s2n-tls conflicts=(s2n) replaces=(s2n) -depends=(openssl) +depends=(openssl gcc-libs) makedepends=(cmake) source=(s2n-tls-$pkgver.zip::https://github.com/aws/s2n-tls/archive/v$pkgver.zip) -sha256sums=('cb47b55f4e05d2bb4ee83484659677b5a9ef1f9ebad5233c94eed8c5d5044f75') +sha256sums=('507b8a1487ee630af5cc754d3cdc403e2e54de546da8cd83914fbf4a064c2f1e') build() { cd s2n-tls-$pkgver
