Date: Friday, March 18, 2016 @ 04:21:58 Author: fyan Revision: 167060
upgpkg: haskell-text 1.2.2.1-1 Modified: haskell-text/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-18 03:09:17 UTC (rev 167059) +++ PKGBUILD 2016-03-18 03:21:58 UTC (rev 167060) @@ -2,7 +2,7 @@ _hkgname=text pkgname=haskell-text -pkgver=1.2.2.0 +pkgver=1.2.2.1 pkgrel=1 pkgdesc="An efficient packed Unicode text type." url="http://hackage.haskell.org/package/${_hkgname}" @@ -12,7 +12,7 @@ depends=('ghc=7.10.3' 'sh') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install -md5sums=('78f8a4720844d5a2064eb9f4a3935ae1') +md5sums=('c9fedfc2e292c869b7139a592922d56a') build() { cd ${_hkgname}-${pkgver} @@ -22,7 +22,8 @@ --enable-shared \ --prefix=/usr \ --docdir=/usr/share/doc/${pkgname} \ - --libsubdir=\$compiler/site-local/\$pkgid + --libsubdir=\$compiler/site-local/\$pkgid \ + -f-integer-simple runhaskell Setup build
