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

Felix Yan felixonmars at archlinux.org
Sat May 19 15:23:19 UTC 2018


    Date: Saturday, May 19, 2018 @ 15:23:19
  Author: felixonmars
Revision: 324687

upgpkg: haskell-binary-orphans 0.1.8.0-28

rebuild with base-compat,0.10.1 aeson,1.3.1.1

Modified:
  haskell-binary-orphans/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 15:21:08 UTC (rev 324686)
+++ PKGBUILD	2018-05-19 15:23:19 UTC (rev 324687)
@@ -5,7 +5,7 @@
 _hkgname=binary-orphans
 pkgname=haskell-binary-orphans
 pkgver=0.1.8.0
-pkgrel=27
+pkgrel=28
 pkgdesc="Orphan instances for binary"
 url="https://github.com/phadej/binary-orphans"
 license=("custom:BSD3")
@@ -19,7 +19,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/<.*4.11/<5/' $_hkgname.cabal
+    sed -i -e 's/<.*4.11/<5/' -e 's/<.*1.3/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list