Date: Friday, June 23, 2017 @ 11:59:07 Author: felixonmars Revision: 240338
upgpkg: haskell-xcffib 0.5.1-27 rebuild with hashable,1.2.6.1 Modified: haskell-xcffib/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 11:57:29 UTC (rev 240337) +++ PKGBUILD 2017-06-23 11:59:07 UTC (rev 240338) @@ -4,7 +4,7 @@ _hkgname=xcffib pkgname=haskell-xcffib pkgver=0.5.1 -pkgrel=26 +pkgrel=27 pkgdesc="A cffi-based python binding for X" url="http://github.com/tych0/xcffib" license=('Apache') @@ -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
