Date: Monday, May 25, 2020 @ 09:42:46 Author: felixonmars Revision: 634086
upgpkg: haskell-binary-instances 1.0.0.1-13: rebuild with aeson 1.5.0.0 Modified: haskell-binary-instances/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-25 09:41:47 UTC (rev 634085) +++ PKGBUILD 2020-05-25 09:42:46 UTC (rev 634086) @@ -3,7 +3,7 @@ _hkgname=binary-instances pkgname=haskell-binary-instances pkgver=1.0.0.1 -pkgrel=12 +pkgrel=13 pkgdesc="Orphan instances for binary" url="https://github.com/phadej/binary-instances" license=('BSD') @@ -19,7 +19,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i 's/< *2.14/<3/;s/< *1.3/<2/' $_hkgname.cabal + sed -i 's/< *2.14/<3/;s/< *1.3/<2/;s/< *1.5/<2/' $_hkgname.cabal } build() {
