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

Felix Yan felixonmars at archlinux.org
Sat Jan 19 22:54:58 UTC 2019


    Date: Saturday, January 19, 2019 @ 22:54:57
  Author: felixonmars
Revision: 424914

upgpkg: haskell-wreq 0.5.3.1-10

rebuild with http-client 0.6.1

Modified:
  haskell-wreq/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-19 22:43:07 UTC (rev 424913)
+++ PKGBUILD	2019-01-19 22:54:57 UTC (rev 424914)
@@ -3,7 +3,7 @@
 _hkgname=wreq
 pkgname=haskell-wreq
 pkgver=0.5.3.1
-pkgrel=9
+pkgrel=10
 pkgdesc="An easy-to-use HTTP client library."
 url="https://github.com/bos/wreq"
 license=('BSD')
@@ -21,6 +21,11 @@
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('1ab1a5762a760e89b3fe3f15320a85d2ec1e181a87e87cb10eac18e44439d81ee3813d2c88b311b9fb7be6986f2cad63c3b69f8119db2e7f75c88d1b781910fc')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/Form.Part/Form.PartM/' Network/Wreq/Lens/TH.hs
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list