Date: Monday, March 21, 2022 @ 18:03:36 Author: felixonmars Revision: 1167814
upgpkg: misfortune 0.1.1.2-126: rebuild with hspec 2.9.2, hspec-core 2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1 Modified: misfortune/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 18:03:25 UTC (rev 1167813) +++ PKGBUILD 2022-03-21 18:03:36 UTC (rev 1167814) @@ -2,7 +2,7 @@ pkgname=misfortune pkgver=0.1.1.2 -pkgrel=125 +pkgrel=126 pkgdesc="fortune-mod clone" url="https://github.com/mokus0/misfortune" license=("custom:PublicDomain") @@ -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'
