Date: Wednesday, May 16, 2018 @ 18:20:12 Author: felixonmars Revision: 323066
upgpkg: haskell-case-insensitive 1.2.0.11-2 rebuild with ghc 8.4.2 Modified: haskell-case-insensitive/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 18:19:27 UTC (rev 323065) +++ PKGBUILD 2018-05-16 18:20:12 UTC (rev 323066) @@ -5,12 +5,12 @@ _hkgname=case-insensitive pkgname=haskell-case-insensitive pkgver=1.2.0.11 -pkgrel=1 +pkgrel=2 pkgdesc="Case insensitive string comparison" url="https://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('x86_64') -depends=('ghc-libs' 'haskell-hashable' 'haskell-text') +depends=('ghc-libs' 'haskell-hashable') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('21f6041061a1cbf3a46f2e998e7b8be52e5746fbb4185d86ae943ee36f613cceb977a6509e6759431f1228e271b5239dcc104d4fca9a12bd650ff5df5546e00c')
