Date: Monday, July 31, 2017 @ 17:10:34 Author: felixonmars Revision: 247137
upgpkg: haskell-distributive 0.5.3-1 rebuild with distributive,0.5.3 Modified: haskell-distributive/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-31 16:37:58 UTC (rev 247136) +++ PKGBUILD 2017-07-31 17:10:34 UTC (rev 247137) @@ -4,15 +4,15 @@ _hkgname=distributive pkgname=haskell-distributive -pkgver=0.5.2 -pkgrel=3 +pkgver=0.5.3 +pkgrel=1 pkgdesc="Distributive functors -- Dual to Traversable" url="http://github.com/ekmett/distributive/" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-base-orphans" "haskell-tagged" "haskell-transformers-compat") +depends=('ghc' "haskell-base-orphans" "haskell-tagged" "haskell-transformers-compat") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('ade2be6a5e81950ab2918d938037dde0ce09d04dc399cefbf191ce6cb5f76cd9') +sha512sums=('34d6019dc4588d1a10a40daa09822b01660da9c485d06a28722727ca1d7850eeda676da255792335e38be509a2539c02e11a404d9c45618ae064d90718cad280') 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 \ -ftagged -f-semigroups runhaskell Setup build runhaskell Setup haddock --hoogle --html
