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

Antonio Rojas arojas at gemini.archlinux.org
Sun Jan 30 13:01:47 UTC 2022


    Date: Sunday, January 30, 2022 @ 13:01:46
  Author: arojas
Revision: 435493

Disable LTO (FS#73508)

Modified:
  libkgapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-30 12:40:37 UTC (rev 435492)
+++ PKGBUILD	2022-01-30 13:01:46 UTC (rev 435493)
@@ -3,7 +3,7 @@
 
 pkgname=libkgapi
 pkgver=21.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A KDE-based library for accessing various Google services via their public API'
 url='https://www.kde.org/'
 arch=(x86_64)
@@ -16,6 +16,7 @@
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck at kde.org>
               D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
+options=(!lto)
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



More information about the arch-commits mailing list