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

Felix Yan felixonmars at archlinux.org
Sat Apr 8 04:51:07 UTC 2017


    Date: Saturday, April 8, 2017 @ 04:51:05
  Author: felixonmars
Revision: 221319

upgpkg: haskell-lens-aeson 1.0.0.5-7

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-lens-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-07 20:31:05 UTC (rev 221318)
+++ PKGBUILD	2017-04-08 04:51:05 UTC (rev 221319)
@@ -4,7 +4,7 @@
 _hkgname=lens-aeson
 pkgname=haskell-lens-aeson
 pkgver=1.0.0.5
-pkgrel=6
+pkgrel=7
 pkgdesc="Law-abiding lenses for aeson"
 url="http://github.com/lens/lens-aeson/"
 license=('MIT')
@@ -15,8 +15,9 @@
 md5sums=('e3c948acadb91971443852ebaa13d0c5')
 
 prepare() {
-    sed -i 's/aeson                >= 0.7.0.5   && < 0.10,/aeson                >= 0.7.0.5   \&\& < 1.2,/' \
-        ${_hkgname}-${pkgver}/${_hkgname}.cabal
+    sed -e 's/aeson                >= 0.7.0.5   && < 0.10,/aeson                >= 0.7.0.5   \&\& < 1.2,/' \
+        -e 's/vector               >= 0.9       && < 0.12,/vector               >= 0.9       \&\& < 0.13,/' \
+        -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
 }
 
 build() {



More information about the arch-commits mailing list