Date: Sunday, September 20, 2020 @ 10:51:50 Author: alucryd Revision: 711025
upgpkg: lib32-brotli 1.0.9-1 Modified: lib32-brotli/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-20 10:50:01 UTC (rev 711024) +++ PKGBUILD 2020-09-20 10:51:50 UTC (rev 711025) @@ -5,7 +5,7 @@ # Contributor: Guillaume Horel <[email protected]> pkgname=lib32-brotli -pkgver=1.0.7 +pkgver=1.0.9 pkgrel=1 pkgdesc='Brotli compression library' arch=(x86_64) @@ -19,7 +19,8 @@ cmake git ) -source=(git+https://github.com/google/brotli.git#tag=d6d98957ca8ccb1ef45922e978bb10efca0ea541) +_tag=e61745a6b7add50d380cfd7d3883dd6c62fc2c71 +source=(git+https://github.com/google/brotli.git#tag=${_tag}) sha256sums=(SKIP) pkgver() {
