[arch-commits] Commit in haskell-insert-ordered-containers/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Aug 14 05:54:23 UTC 2017


    Date: Monday, August 14, 2017 @ 05:54:22
  Author: felixonmars
Revision: 250169

upgpkg: haskell-insert-ordered-containers 0.2.1.0-29

rebuild with aeson,1.2.1.0

Modified:
  haskell-insert-ordered-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-14 05:36:32 UTC (rev 250168)
+++ PKGBUILD	2017-08-14 05:54:22 UTC (rev 250169)
@@ -4,7 +4,7 @@
 _hkgname=insert-ordered-containers
 pkgname=haskell-insert-ordered-containers
 pkgver=0.2.1.0
-pkgrel=28
+pkgrel=29
 pkgdesc="Associative containers retating insertion order for traversals."
 url="https://github.com/phadej/insert-ordered-containers"
 license=('custom:BSD3')
@@ -15,7 +15,9 @@
 sha512sums=('baff8b23700a7d0209810208183d9856c0a5219018c5f09e82f8820ac87630073543da19e1198fc42f3feec143895707e5e33fdf1edbf8f4e6c441271cc3243b')
 
 prepare() {
-    sed -i 's/, semigroupoids         >=4.3      && <5.2/, semigroupoids         >=4.3      \&\& <5.3/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+    sed -e 's/, semigroupoids         >=4.3      && <5.2/, semigroupoids         >=4.3      \&\& <5.3/' \
+        -e 's/, aeson                 >=1.0.0.0  && <1.2/, aeson                 >=1.0.0.0  \&\& <1.3/' \
+        -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
 }
 
 build() {



More information about the arch-commits mailing list