[arch-commits] Commit in haskell-feed/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 17 19:44:47 UTC 2018


    Date: Thursday, May 17, 2018 @ 19:44:46
  Author: felixonmars
Revision: 324066

upgpkg: haskell-feed 1.0.0.0-50

rebuild with ghc 8.4.2

Modified:
  haskell-feed/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-17 19:42:40 UTC (rev 324065)
+++ PKGBUILD	2018-05-17 19:44:46 UTC (rev 324066)
@@ -5,13 +5,13 @@
 _hkgname=feed
 pkgname=haskell-feed
 pkgver=1.0.0.0
-pkgrel=49
+pkgrel=50
 pkgdesc="Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."
 url="https://github.com/bergmark/feed"
 license=("custom:BSD3")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-base-compat' 'haskell-old-locale' 'haskell-old-time' 'haskell-safe'
-         'haskell-text' 'haskell-time-locale-compat' 'haskell-utf8-string' 'haskell-xml-types'
+         'haskell-time-locale-compat' 'haskell-utf8-string' 'haskell-xml-types'
          'haskell-xml-conduit')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
@@ -18,7 +18,9 @@
 sha512sums=('dfda1387e2af46fa703634ae3988c243c59bf0c00eefe5ed193c51d5c18131221fa20cfb83404e7c227a2962e4d621186579f7c2d9353d19c01d9277de13ae4d')
 
 prepare() {
-    sed -i 's/, xml-conduit >= 1.3 && < 1.6/, xml-conduit >= 1.3/' $_hkgname-$pkgver/$_hkgname.cabal
+    sed -e 's/, xml-conduit >= 1.3 && < 1.6/, xml-conduit >= 1.3/' \
+        -e 's/<.*4.11/<5/' \
+        -i $_hkgname-$pkgver/$_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list