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

Felix Yan felixonmars at archlinux.org
Sat Apr 29 16:46:25 UTC 2017


    Date: Saturday, April 29, 2017 @ 16:46:25
  Author: felixonmars
Revision: 226294

upgpkg: haskell-lens-aeson 1.0.1-1

rebuild with lens-aeson,1.0.1

Modified:
  haskell-lens-aeson/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-29 16:40:06 UTC (rev 226293)
+++ PKGBUILD	2017-04-29 16:46:25 UTC (rev 226294)
@@ -3,8 +3,8 @@
 
 _hkgname=lens-aeson
 pkgname=haskell-lens-aeson
-pkgver=1.0.0.5
-pkgrel=15
+pkgver=1.0.1
+pkgrel=1
 pkgdesc="Law-abiding lenses for aeson"
 url="http://github.com/lens/lens-aeson/"
 license=('MIT')
@@ -12,14 +12,8 @@
 depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 'haskell-lens' 'haskell-scientific'
          'haskell-text' 'haskell-unordered-containers' 'haskell-vector')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('e3c948acadb91971443852ebaa13d0c5')
+sha512sums=('547a418919882f1062bccd9653cf85289d805cf0100f50f78d04d3e46abdd2b15d904ff1c4ac0b5668096efa4e047dd87978280dd84061f2c1bff11babd64b59')
 
-prepare() {
-    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() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list