Date: Monday, March 21, 2022 @ 03:28:06 Author: felixonmars Revision: 1166619
upgpkg: haskell-dav 1.3.4-434: rebuil with memory 0.17.0 Modified: haskell-dav/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 03:27:59 UTC (rev 1166618) +++ PKGBUILD 2022-03-21 03:28:06 UTC (rev 1166619) @@ -4,7 +4,7 @@ _hkgname=DAV pkgname=haskell-dav pkgver=1.3.4 -pkgrel=433 +pkgrel=434 pkgdesc="RFC 4918 WebDAV support" url="http://floss.scru.org/hDAV" license=("GPL3") @@ -22,7 +22,7 @@ cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ -f-mtl-compat runhaskell Setup build $MAKEFLAGS
