Date: Saturday, May 19, 2018 @ 15:08:24 Author: felixonmars Revision: 324653
upgpkg: haskell-feed 1.0.0.0-51 rebuild with base-compat,0.10.1 aeson,1.3.1.1 Modified: haskell-feed/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-19 14:50:04 UTC (rev 324652) +++ PKGBUILD 2018-05-19 15:08:24 UTC (rev 324653) @@ -5,7 +5,7 @@ _hkgname=feed pkgname=haskell-feed pkgver=1.0.0.0 -pkgrel=50 +pkgrel=51 pkgdesc="Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds." url="https://github.com/bergmark/feed" license=("custom:BSD3") @@ -19,7 +19,7 @@ prepare() { sed -e 's/, xml-conduit >= 1.3 && < 1.6/, xml-conduit >= 1.3/' \ - -e 's/<.*4.11/<5/' \ + -e 's/<.*4.11/<5/' -e 's/==.*0.9./==0.10./' \ -i $_hkgname-$pkgver/$_hkgname.cabal }
