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

Felix Yan felixonmars at archlinux.org
Tue Jul 3 06:13:17 UTC 2018


    Date: Tuesday, July 3, 2018 @ 06:13:16
  Author: felixonmars
Revision: 350424

upgpkg: haskell-binary-orphans 0.1.8.0-44

rebuild with tagged 0.8.6

Modified:
  haskell-binary-orphans/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-03 05:34:10 UTC (rev 350423)
+++ PKGBUILD	2018-07-03 06:13:16 UTC (rev 350424)
@@ -5,7 +5,7 @@
 _hkgname=binary-orphans
 pkgname=haskell-binary-orphans
 pkgver=0.1.8.0
-pkgrel=43
+pkgrel=44
 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 -e 's/<.*4.11/<5/' -e 's/<.*1.3/<2/' $_hkgname.cabal
+    sed -i -e 's/<.*4.11/<5/' -e 's/<.*1.3/<2/' -e 's/<.*0.8/<1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list