[arch-commits] Commit in brotli/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Sep 23 11:02:33 UTC 2020


    Date: Wednesday, September 23, 2020 @ 11:02:33
  Author: arojas
Revision: 711489

Fix broken pc file (FS#67952)

Modified:
  brotli/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-23 10:48:28 UTC (rev 711488)
+++ PKGBUILD	2020-09-23 11:02:33 UTC (rev 711489)
@@ -8,7 +8,7 @@
 pkgname=('brotli' 'python-brotli' 'brotli-testdata')
 _gitcommit=e61745a6b7add50d380cfd7d3883dd6c62fc2c71
 pkgver=1.0.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Generic-purpose lossless compression algorithm'
 url='https://github.com/google/brotli'
 arch=('x86_64')
@@ -17,6 +17,11 @@
 source=(${pkgname}::"git+${url}#commit=${_gitcommit}")
 sha512sums=('SKIP')
 
+prepare() {
+  cd ${pkgbase}
+  git cherry-pick -n 09b0992b6acb7faa6fd3b23f9bc036ea117230fc # Fix broken Libs: in pc file
+}
+
 pkgver() {
   cd ${pkgbase}
   git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'



More information about the arch-commits mailing list