[arch-commits] Commit in haskell-pipes-http/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Dec 13 10:54:07 UTC 2016
Date: Tuesday, December 13, 2016 @ 10:54:07
Author: felixonmars
Revision: 199215
upgpkg: haskell-pipes-http 1.0.4-14
rebuild with pipes-4.3.1
Modified:
haskell-pipes-http/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-13 10:44:47 UTC (rev 199214)
+++ PKGBUILD 2016-12-13 10:54:07 UTC (rev 199215)
@@ -5,7 +5,7 @@
_hkgname=pipes-http
pkgname=haskell-pipes-http
pkgver=1.0.4
-pkgrel=13
+pkgrel=14
pkgdesc="HTTP client with pipes interface"
url="http://hackage.haskell.org/package/${_hkgname}"
license=("custom:BSD3")
@@ -14,6 +14,10 @@
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha256sums=('f5cff84b9f415f1a65dbe04837884793fa10b1b52e96b29d52987b820c5a0216')
+prepare() {
+ sed -i 's/pipes >= 4.0 && < 4.3 ,/pipes >= 4.0 \&\& < 4.4 ,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list