Date: Friday, June 23, 2017 @ 14:32:39 Author: felixonmars Revision: 240416
upgpkg: haskell-uuid-types 1.0.3-7 rebuild with hashable,1.2.6.1 Modified: haskell-uuid-types/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 14:31:18 UTC (rev 240415) +++ PKGBUILD 2017-06-23 14:32:39 UTC (rev 240416) @@ -5,12 +5,12 @@ _hkgname=uuid-types pkgname=haskell-uuid-types pkgver=1.0.3 -pkgrel=6 +pkgrel=7 pkgdesc="Type definitions for Universally Unique Identifiers" url="https://github.com/aslatter/uuid" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-hashable" "haskell-random" "haskell-text") +depends=('ghc' "haskell-hashable" "haskell-random" "haskell-text") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd') @@ -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
