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

Felix Yan felixonmars at archlinux.org
Mon Apr 24 08:24:32 UTC 2017


    Date: Monday, April 24, 2017 @ 08:24:31
  Author: felixonmars
Revision: 224831

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

rebuild with semigroupoids,5.2

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-24 08:21:46 UTC (rev 224830)
+++ PKGBUILD	2017-04-24 08:24:31 UTC (rev 224831)
@@ -4,7 +4,7 @@
 _hkgname=insert-ordered-containers
 pkgname=haskell-insert-ordered-containers
 pkgver=0.2.1.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Associative containers retating insertion order for traversals."
 url="https://github.com/phadej/insert-ordered-containers"
 license=('custom:BSD3')
@@ -14,6 +14,10 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('baff8b23700a7d0209810208183d9856c0a5219018c5f09e82f8820ac87630073543da19e1198fc42f3feec143895707e5e33fdf1edbf8f4e6c441271cc3243b')
 
+prepare() {
+    sed -i 's/, semigroupoids         >=4.3      && <5.2/, semigroupoids         >=4.3      \&\& <5.3/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list