Date: Tuesday, February 21, 2023 @ 22:04:08
Author: wild
Revision: 1403326
upgpkg: d-mir-core 1.1.14-11: Rebuilt against new ldc
Modified:
d-mir-core/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-21 22:03:54 UTC (rev 1403325)
+++ PKGBUILD 2023-02-21 22:04:08 UTC (rev 1403326)
@@ -3,7 +3,7 @@
_pkgname=mir-core
pkgname=d-$_pkgname
pkgver=1.1.14
-pkgrel=10
+pkgrel=11
pkgdesc='Base software building blocks and conventions for libmir'
arch=('x86_64')
url='https://github.com/libmir/mir-core'
@@ -25,7 +25,7 @@
cd $_pkgname-$pkgver/build
export DC=ldc
- export LDFLAGS="$(echo -ne $LDFLAGS | sed -e 's/-flto=auto/--flto=full/')"
+ export LDFLAGS="$(echo -ne $LDFLAGS | sed -e 's/-flto=auto/-flto=full/')"
arch-meson ..