[arch-commits] Commit in haskell-feed/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Apr 25 01:03:22 UTC 2020
Date: Saturday, April 25, 2020 @ 01:03:22
Author: felixonmars
Revision: 619663
upgpkg: haskell-feed 1.3.0.1-10: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 2.7
Modified:
haskell-feed/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-25 01:00:04 UTC (rev 619662)
+++ PKGBUILD 2020-04-25 01:03:22 UTC (rev 619663)
@@ -4,7 +4,7 @@
_hkgname=feed
pkgname=haskell-feed
pkgver=1.3.0.1
-pkgrel=9
+pkgrel=10
pkgdesc="Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."
url="https://github.com/bergmark/feed"
license=("BSD")
@@ -17,6 +17,11 @@
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('73662018affac036bcd3c48a8a5b6fcd4e752231d805c12e977c6097a47691c2eca07eb8d6e6840a592bf35892b4b4ec44fb1f73f8a14ecb47fc6904b406f767')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i 's/< *4.14/<5/' $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list