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

Felix Yan felixonmars at archlinux.org
Wed Dec 16 18:24:11 UTC 2020


    Date: Wednesday, December 16, 2020 @ 18:24:10
  Author: felixonmars
Revision: 776875

upgpkg: haskell-microstache 1.0.1.2-1: rebuild with microstache 1.0.1.2

Modified:
  haskell-microstache/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-16 18:04:20 UTC (rev 776874)
+++ PKGBUILD	2020-12-16 18:24:10 UTC (rev 776875)
@@ -3,8 +3,8 @@
 
 _hkgname=microstache
 pkgname=haskell-microstache
-pkgver=1.0.1.1
-pkgrel=206
+pkgver=1.0.1.2
+pkgrel=1
 pkgdesc="Mustache templates for Haskell"
 url="https://github.com/phadej/microstache"
 license=("BSD")
@@ -12,13 +12,8 @@
 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')
+sha512sums=('5b8bacdc29fcf40b54e7efad12fe955a2781ee914b747108d95c61f0ec0321be90883de739463d4a7acd2b0715904fd711016763dcc6ff6e72939dd8d7d70150')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i -e 's/<.*1.3/<2/' -e 's/< *0.6/<1/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list