Date: Thursday, June 22, 2017 @ 07:02:07 Author: felixonmars Revision: 239467
upgpkg: haskell-process-extras 0.7.2-1 rebuild with process-extras,0.7.2 Modified: haskell-process-extras/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-22 06:56:19 UTC (rev 239466) +++ PKGBUILD 2017-06-22 07:02:07 UTC (rev 239467) @@ -4,8 +4,8 @@ _hkgname=process-extras pkgname=haskell-process-extras -pkgver=0.7.1 -pkgrel=6 +pkgver=0.7.2 +pkgrel=1 pkgdesc="Process extras" url="https://github.com/seereason/process-extras" license=('MIT') @@ -13,7 +13,7 @@ depends=('ghc' 'haskell-data-default' 'haskell-generic-deriving' 'haskell-listlike' 'haskell-mtl' 'haskell-text') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -md5sums=('cd676fa7e659099b52221322c2cbfcc6') +sha512sums=('292077b160509dd111227481fb418ec1dc701a27633c327677404046811b9956dc07b871d9ec2f3b3eb31e44abb022435992b243237deefe14729cf0591cf307') build() { cd "${srcdir}/${_hkgname}-${pkgver}" @@ -20,7 +20,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
