Date: Wednesday, May 8, 2019 @ 09:21:49 Author: felixonmars Revision: 462763
upgpkg: haskell-binary-orphans 0.1.8.0-90 rebuild with case-insensitive 1.2.1.0 Modified: haskell-binary-orphans/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-08 09:17:19 UTC (rev 462762) +++ PKGBUILD 2019-05-08 09:21:49 UTC (rev 462763) @@ -4,7 +4,7 @@ _hkgname=binary-orphans pkgname=haskell-binary-orphans pkgver=0.1.8.0 -pkgrel=89 +pkgrel=90 pkgdesc="Orphan instances for binary" url="https://github.com/phadej/binary-orphans" license=("BSD") @@ -18,7 +18,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i -e 's/<.*4.11/<5/' -e 's/<.*1.3/<2/' -e 's/<.*0.8/<1/' $_hkgname.cabal + sed -i -e 's/<.*4.11/<5/' -e 's/<.*1.3/<2/' -e 's/<.*0.8/<1/' -e 's/< *1.2.1/<2/' $_hkgname.cabal } build() {
