Date: Sunday, February 28, 2021 @ 17:36:15 Author: anatolik Revision: 875975
Update upstream project URL Modified: s2n-tls/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-28 17:34:34 UTC (rev 875974) +++ PKGBUILD 2021-02-28 17:36:15 UTC (rev 875975) @@ -5,7 +5,7 @@ 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) -url='https://github.com/awslabs/s2n' +url='https://github.com/aws/s2n-tls' license=(Apache) provides=(s2n) # upstream renamed the project from s2n to s2n-tls conflicts=(s2n) @@ -12,7 +12,7 @@ replaces=(s2n) depends=(openssl) makedepends=(cmake) -source=(s2n-tls-$pkgver.zip::https://github.com/awslabs/s2n/archive/v$pkgver.zip +source=(s2n-tls-$pkgver.zip::https://github.com/aws/s2n-tls/archive/v$pkgver.zip missing_symbol_workaround.patch) sha256sums=('4b1136d4dc7c82dfc3dce9c1ac7900abeecba77a69397fdac0bc42309c52d933' 'd86e81598a79de7353262eeffc490c1e266dc8a92f7057166d447cd36d04eb35')
