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

Felix Yan felixonmars at archlinux.org
Sun Apr 16 04:07:39 UTC 2017


    Date: Sunday, April 16, 2017 @ 04:07:37
  Author: felixonmars
Revision: 223170

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

rebuild with insert-ordered-containers,0.2.1.0

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

----------+
 PKGBUILD |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-16 04:05:51 UTC (rev 223169)
+++ PKGBUILD	2017-04-16 04:07:37 UTC (rev 223170)
@@ -3,8 +3,8 @@
 
 _hkgname=insert-ordered-containers
 pkgname=haskell-insert-ordered-containers
-pkgver=0.2.0.0
-pkgrel=8
+pkgver=0.2.1.0
+pkgrel=1
 pkgdesc="Associative containers retating insertion order for traversals."
 url="https://github.com/phadej/insert-ordered-containers"
 license=('custom:BSD3')
@@ -12,12 +12,8 @@
 depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-base-compat' 'haskell-hashable' 'haskell-lens'
          'haskell-semigroupoids' 'haskell-semigroups' 'haskell-text' 'haskell-unordered-containers')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('983765c9a2ec79c090e656202dca6bab')
+sha512sums=('baff8b23700a7d0209810208183d9856c0a5219018c5f09e82f8820ac87630073543da19e1198fc42f3feec143895707e5e33fdf1edbf8f4e6c441271cc3243b')
 
-prepare() {
-    sed -i 's/, lens                  >=4.7      && <4.15/, lens                  >=4.7      \&\& <4.16/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list