[arch-commits] Commit in libical/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Tue Oct 22 13:50:27 UTC 2019
Date: Tuesday, October 22, 2019 @ 13:50:26
Author: heftig
Revision: 365317
Use None instead of Plain build type
Modified:
libical/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-22 12:30:47 UTC (rev 365316)
+++ PKGBUILD 2019-10-22 13:50:26 UTC (rev 365317)
@@ -21,7 +21,7 @@
build() {
cmake -H"${pkgname}-${pkgver}" -Bbuild \
- -DCMAKE_BUILD_TYPE=Plain \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DGOBJECT_INTROSPECTION=true \
-DICAL_GLIB_VAPI=true \
More information about the arch-commits
mailing list