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

Christian Rebischke shibumi at gemini.archlinux.org
Sun Feb 6 10:40:52 UTC 2022


    Date: Sunday, February 6, 2022 @ 10:40:52
  Author: shibumi
Revision: 1126986

upgpkg: gflags 2.2.2-3

Modified:
  gflags/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-06 10:39:06 UTC (rev 1126985)
+++ PKGBUILD	2022-02-06 10:40:52 UTC (rev 1126986)
@@ -6,7 +6,7 @@
 
 pkgname=gflags
 pkgver=2.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc='C++ Library for commandline flag processing'
 arch=('x86_64')
 url='https://github.com/schuhschuh/gflags'
@@ -16,6 +16,7 @@
 options=('staticlibs')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/schuhschuh/gflags/archive/v${pkgver}.tar.gz")
 sha512sums=('98c4703aab24e81fe551f7831ab797fb73d0f7dfc516addb34b9ff6d0914e5fd398207889b1ae555bac039537b1d4677067dae403b64903577078d99c1bdb447')
+options=('!lto')
 
 build() {
   cd "gflags-${pkgver}"



More information about the arch-commits mailing list