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

Felix Yan felixonmars at archlinux.org
Tue May 2 01:58:21 UTC 2017


    Date: Tuesday, May 2, 2017 @ 01:58:19
  Author: felixonmars
Revision: 226470

upgpkg: haskell-lens 4.15.2-1

rebuild with lens,4.15.2

Modified:
  haskell-lens/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-02 01:34:06 UTC (rev 226469)
+++ PKGBUILD	2017-05-02 01:58:19 UTC (rev 226470)
@@ -4,8 +4,8 @@
 
 _hkgname=lens
 pkgname=haskell-lens
-pkgver=4.15.1
-pkgrel=15
+pkgver=4.15.2
+pkgrel=1
 pkgdesc="Lenses, Folds and Traversals"
 url="http://github.com/ekmett/lens/"
 license=("custom:BSD3")
@@ -18,12 +18,8 @@
          "haskell-transformers-compat" "haskell-unordered-containers" "haskell-vector"
          "haskell-void")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('5cfaa64cb1b9787193c2247a1ed1c248104ba5fadb91cec6432e648e41b1bea6')
+sha512sums=('2b958df01c83873e03fa4ba9803449bb564c215480fd16aa64d81a0bdf656b0621c8c15fd4decfee1b694b9494bfc37cf7c686aa63958357d3cdfa62870ec1b4')
 
-prepare() {
-    sed -i 's/vector                    >= 0.9      && < 0.12,/vector                    >= 0.9      \&\& < 0.13,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list