Date: Wednesday, September 22, 2021 @ 12:21:17 Author: felixonmars Revision: 1021479
upgpkg: haskell-gi-cairo 1.0.25-47: rebuild with random 1.2.1 Modified: haskell-gi-cairo/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-22 12:18:22 UTC (rev 1021478) +++ PKGBUILD 2021-09-22 12:21:17 UTC (rev 1021479) @@ -3,7 +3,7 @@ _hkgname=gi-cairo pkgname=haskell-gi-cairo pkgver=1.0.25 -pkgrel=46 +pkgrel=47 pkgdesc="Cairo bindings" url="https://github.com/haskell-gi/haskell-gi" license=("LGPL2.1") @@ -18,7 +18,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie'
