Date: Friday, August 4, 2017 @ 18:30:55 Author: felixonmars Revision: 248475
upgpkg: haskell-filelock 0.1.1.2-1 rebuild with filelock,0.1.1.2 Modified: haskell-filelock/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-04 17:58:25 UTC (rev 248474) +++ PKGBUILD 2017-08-04 18:30:55 UTC (rev 248475) @@ -4,15 +4,15 @@ _hkgname=filelock pkgname=haskell-filelock -pkgver=0.1.0.1 -pkgrel=3 +pkgver=0.1.1.2 +pkgrel=1 pkgdesc="Portable interface to file locking (flock / LockFileEx)" url="http://github.com/takano-akio/filelock" license=("custom:PublicDomain") arch=('i686' 'x86_64') -depends=("ghc") +depends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('ad8c63f27fec6396ac83981a67d5a799b6b614c119a35ebdf2d82b379795d763') +sha512sums=('a924a21f52a1ab7d0e3279590081d1ca6955da1c10f39d288ef73e7018886852bde0c1474a7a07bfdc300a623dbef6860315fc64cd97559b0ba76c8a1534f9c6') 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 runhaskell Setup build runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script
