Date: Wednesday, March 16, 2016 @ 08:12:42 Author: fyan Revision: 166878
upgpkg: haskell-case-insensitive 1.2.0.6-1 Modified: haskell-case-insensitive/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-16 06:59:04 UTC (rev 166877) +++ PKGBUILD 2016-03-16 07:12:42 UTC (rev 166878) @@ -4,17 +4,17 @@ _hkgname=case-insensitive pkgname=haskell-case-insensitive -pkgver=1.2.0.5 -pkgrel=5 +pkgver=1.2.0.6 +pkgrel=1 pkgdesc="Case insensitive string comparison" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=7.10.3' 'haskell-hashable' 'haskell-text') +depends=('ghc=7.10.3' 'haskell-hashable' 'haskell-semigroups' 'haskell-text') options=('staticlibs') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install -md5sums=('e1473703da830478f5bf37100d7a72a7') +md5sums=('cdf8b721eeb4066b59739694d79d5b4b') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
