Date: Tuesday, June 20, 2017 @ 19:04:43 Author: felixonmars Revision: 239120
upgpkg: haskell-hopenpgp 2.5.5-83 rebuild with safe,0.3.15 Modified: haskell-hopenpgp/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-20 18:54:32 UTC (rev 239119) +++ PKGBUILD 2017-06-20 19:04:43 UTC (rev 239120) @@ -4,7 +4,7 @@ _hkgname=hOpenPGP pkgname=haskell-hopenpgp pkgver=2.5.5 -pkgrel=82 +pkgrel=83 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)" url="http://floss.scru.org/hOpenPGP/" license=('MIT') @@ -27,7 +27,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ - --libsubdir=\$compiler/site-local/\$pkgid \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -fnetwork-uri runhaskell Setup build runhaskell Setup haddock --hoogle --html
