Date: Wednesday, January 13, 2016 @ 04:17:42 Author: fyan Revision: 156230
upgpkg: haskell-split 0.2.3-1 Modified: haskell-split/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-13 03:16:47 UTC (rev 156229) +++ PKGBUILD 2016-01-13 03:17:42 UTC (rev 156230) @@ -4,8 +4,8 @@ _hkgname=split pkgname=haskell-split -pkgver=0.2.2 -pkgrel=2 +pkgver=0.2.3 +pkgrel=1 pkgdesc="Combinator library for splitting lists." url="http://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") @@ -14,7 +14,7 @@ options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install" -sha256sums=('f9cf9e571357f227aed5be9a78f5bbf78ef55c99df2edf7fdc659acc1f904375') +sha256sums=('a6d100e433fa27eda72127475ba9c55481ca4105cfbb6ff55b67023d00ccead9') prepare() { sed -i 's/build-depends: base <4.8/build-depends: base <4.9/' ${_hkgname}-${pkgver}/${_hkgname}.cabal