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

Felix Yan felixonmars at archlinux.org
Sun Dec 27 18:21:19 UTC 2020


    Date: Sunday, December 27, 2020 @ 18:21:19
  Author: felixonmars
Revision: 793542

upgpkg: haskell-markdown-unlit 0.5.1-1: rebuild with markdown-unlit 0.5.1

Modified:
  haskell-markdown-unlit/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-27 18:20:24 UTC (rev 793541)
+++ PKGBUILD	2020-12-27 18:21:19 UTC (rev 793542)
@@ -2,16 +2,17 @@
 
 _hkgname=markdown-unlit
 pkgname=haskell-markdown-unlit
-pkgver=0.5.0
-pkgrel=82
+pkgver=0.5.1
+pkgrel=1
 pkgdesc="Literate Haskell support for Markdown"
 url="https://github.com/sol/markdown-unlit"
 license=('MIT')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-base-compat')
-makedepends=('ghc' 'haskell-hspec' 'haskell-silently' 'haskell-stringbuilder' 'haskell-temporary')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover' 'haskell-silently'
+             'haskell-stringbuilder' 'haskell-temporary')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('580b4e4a4fcccf845c3e618b2ebc425dd8dba024c1c8bbae8db00a3e4b768353fe6738195dad80ae2afb1a46fcfad46cbed6d98bea1017ef098366fa7a2633ea')
+sha512sums=('a9018d201c81af673eb40398a47a2010b7deb15546b2c67aca59329f8132d42b29d9f3c50b3388777cfb4540bd5ef7d95f2a9beee1c6463239b81372198240b8')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list