[arch-commits] Commit in haskell-pipes-http/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri May 29 13:30:13 UTC 2020
Date: Friday, May 29, 2020 @ 13:30:13
Author: felixonmars
Revision: 637075
upgpkg: haskell-pipes-http 1.0.6-150: rebuild with http-client 0.7.0
Modified:
haskell-pipes-http/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-29 13:25:35 UTC (rev 637074)
+++ PKGBUILD 2020-05-29 13:30:13 UTC (rev 637075)
@@ -4,7 +4,7 @@
_hkgname=pipes-http
pkgname=haskell-pipes-http
pkgver=1.0.6
-pkgrel=149
+pkgrel=150
pkgdesc="HTTP client with pipes interface"
url="https://hackage.haskell.org/package/${_hkgname}"
license=("BSD")
@@ -14,6 +14,11 @@
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('b58e5751863d79c08066846fb5959870cf6673e27297acd3b7980b209321a636fdf564c4c08666313c81f7c6c55f4d1307892bc6a59a01a025a87436d5591774')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i 's/< *0.7/<1/' $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list