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

Felix Yan felixonmars at archlinux.org
Sat May 19 14:28:33 UTC 2018


    Date: Saturday, May 19, 2018 @ 14:28:33
  Author: felixonmars
Revision: 324626

upgpkg: haskell-microstache 1.0.1.1-30

rebuild with base-compat,0.10.1 aeson,1.3.1.1

Modified:
  haskell-microstache/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 14:23:05 UTC (rev 324625)
+++ PKGBUILD	2018-05-19 14:28:33 UTC (rev 324626)
@@ -5,17 +5,21 @@
 _hkgname=microstache
 pkgname=haskell-microstache
 pkgver=1.0.1.1
-pkgrel=29
+pkgrel=30
 pkgdesc="Mustache templates for Haskell"
 url="https://github.com/phadej/microstache"
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-aeson" "haskell-unordered-containers"
-         "haskell-vector")
+depends=('ghc-libs' 'haskell-aeson' 'haskell-unordered-containers' 'haskell-vector')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('28e0ad58a9724259df176092c125a4ba51fd2278cb0ab2e29bc24bf1e0f1c57a53e5983ff640569e3416fc7cda31b6ba0ae8ad832840a3040ba55fb85fb7f1a1')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/<.*1.3/<2/' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list