Date: Saturday, August 5, 2017 @ 08:11:23 Author: felixonmars Revision: 248603
upgpkg: haskell-syb 0.7-1 rebuild with syb,0.7 Modified: haskell-syb/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-05 08:09:11 UTC (rev 248602) +++ PKGBUILD 2017-08-05 08:11:23 UTC (rev 248603) @@ -6,8 +6,8 @@ _hkgname=syb pkgname=haskell-syb -pkgver=0.6 -pkgrel=5 +pkgver=0.7 +pkgrel=1 pkgdesc="library for generic programming in Haskell" url="https://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') @@ -14,7 +14,7 @@ arch=('i686' 'x86_64') depends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha256sums=('a38d1f7e6a40e2c990fec85215c45063a508bf73df98a4483ec78c5025b66cdc') +sha512sums=('b1bc61cfb828dcf344784ca1686b563bfe12388363fe387b86ddfa8a90f6f38a2f2a595cff969cb577e0a6460c2ad032d7477b701bd2503cc05ee6f974c5bcb9') build() { cd "${srcdir}/${_hkgname}-${pkgver}" @@ -21,7 +21,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
