Date: Tuesday, June 20, 2017 @ 18:38:41 Author: felixonmars Revision: 239106
upgpkg: haskell-safe 0.3.15-1 rebuild with safe,0.3.15 Modified: haskell-safe/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-20 18:36:23 UTC (rev 239105) +++ PKGBUILD 2017-06-20 18:38:41 UTC (rev 239106) @@ -4,15 +4,15 @@ _hkgname=safe pkgname=haskell-safe -pkgver=0.3.14 -pkgrel=2 +pkgver=0.3.15 +pkgrel=1 pkgdesc="Library of safe (exception free) functions" url="https://github.com/ndmitchell/safe#readme" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc") +depends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('db580cc748f6421e54a9a86a4cbf75c39cfc696880e31f972f99731737fdc88f') +sha512sums=('315d3f5260e4ffe4ba362780a2dfe2f8bf5fc28ac1f9e97ab9925b94055e68ed6a5c016e3dfabe0cabd5917333e8fc5f8cebbe83c4842cb0b7c5b1f04038b735') build() { cd "${srcdir}/${_hkgname}-${pkgver}" @@ -19,7 +19,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 runhaskell Setup build runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script
