Date: Sunday, March 20, 2022 @ 23:47:23 Author: felixonmars Revision: 1166354
upgpkg: clash-ghc 1.4.7-19: rebuild with text-show 3.9.5 Modified: clash-ghc/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-20 23:45:19 UTC (rev 1166353) +++ PKGBUILD 2022-03-20 23:47:23 UTC (rev 1166354) @@ -2,7 +2,7 @@ pkgname=clash-ghc pkgver=1.4.7 -pkgrel=18 +pkgrel=19 pkgdesc="CAES Language for Synchronous Hardware" url="https://clash-lang.org/" license=("BSD") @@ -26,7 +26,7 @@ cd $pkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie'
