Date: Friday, March 13, 2020 @ 10:47:53 Author: felixonmars Revision: 595786
upgpkg: haskell-chell 0.5-34: rebuild with patience 0.3 Modified: haskell-chell/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-13 10:47:23 UTC (rev 595785) +++ PKGBUILD 2020-03-13 10:47:53 UTC (rev 595786) @@ -3,7 +3,7 @@ _hkgname=chell pkgname=haskell-chell pkgver=0.5 -pkgrel=33 +pkgrel=34 pkgdesc="A simple and intuitive library for automated testing" url="https://github.com/typeclasses/chell" license=('MIT') @@ -15,7 +15,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i 's/< *0.9/<1/' $_hkgname.cabal + sed -i 's/< *0/<1/' $_hkgname.cabal } build() {
