Date: Thursday, May 24, 2018 @ 11:22:14 Author: felixonmars Revision: 328579
upgpkg: haskell-aeson 1.3.1.1-4 rebuild with base-orphans,0.7 Modified: haskell-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-24 11:19:49 UTC (rev 328578) +++ PKGBUILD 2018-05-24 11:22:14 UTC (rev 328579) @@ -6,7 +6,7 @@ pkgname=haskell-aeson _hkgname=aeson pkgver=1.3.1.1 -pkgrel=3 +pkgrel=4 pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance." url="https://github.com/bos/aeson" license=("GPL") @@ -23,7 +23,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i 's/<.*2.11/<3/' $_hkgname.cabal + sed -i -e 's/<.*2.11/<3/' -e 's/<.*0.7/<1/' $_hkgname.cabal } build() {
