[arch-commits] Commit in haskell-http-api-data/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Nov 16 15:53:05 UTC 2019


    Date: Saturday, November 16, 2019 @ 15:53:04
  Author: felixonmars
Revision: 529532

upgpkg: haskell-http-api-data 0.4.1-16

rebuild with cookie 0.4.5

Modified:
  haskell-http-api-data/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-16 15:52:33 UTC (rev 529531)
+++ PKGBUILD	2019-11-16 15:53:04 UTC (rev 529532)
@@ -4,7 +4,7 @@
 _hkgname=http-api-data
 pkgname=haskell-http-api-data
 pkgver=0.4.1
-pkgrel=15
+pkgrel=16
 pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query parameters."
 url="https://github.com/fizruk/http-api-data"
 license=("BSD")
@@ -19,7 +19,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i '/nats/d' $_hkgname.cabal
+    sed -i -e '/nats/d' -e 's/< *0.4.5/<1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list