[arch-commits] Commit in haskell-tagstream-conduit/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Mar 19 17:11:48 UTC 2020
Date: Thursday, March 19, 2020 @ 17:11:48
Author: felixonmars
Revision: 600959
upgpkg: haskell-tagstream-conduit 0.5.5.3-340: rebuild with xml-conduit 1.9.0.0
Modified:
haskell-tagstream-conduit/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-19 17:05:42 UTC (rev 600958)
+++ PKGBUILD 2020-03-19 17:11:48 UTC (rev 600959)
@@ -4,7 +4,7 @@
_hkgname=tagstream-conduit
pkgname=haskell-tagstream-conduit
pkgver=0.5.5.3
-pkgrel=339
+pkgrel=340
pkgdesc="Streamlined html tag parser"
url="https://github.com/yihuang/tagstream-conduit"
license=("BSD")
@@ -21,6 +21,7 @@
prepare() {
cd $_hkgname-$pkgver
patch -p1 -i ../tagstream-conduit-monadfail.patch
+ sed -i 's/XML.parseText/XML.parseTextPos/' Text/HTML/TagStream/Text.hs
}
build() {
More information about the arch-commits
mailing list