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

Felix Yan felixonmars at archlinux.org
Sat Jul 3 07:19:09 UTC 2021


    Date: Saturday, July 3, 2021 @ 07:19:09
  Author: felixonmars
Revision: 971866

upgpkg: haskell-commonmark 0.2.1-1: rebuild with commonmark 0.2.1

Modified:
  haskell-commonmark/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-03 07:16:30 UTC (rev 971865)
+++ PKGBUILD	2021-07-03 07:19:09 UTC (rev 971866)
@@ -2,8 +2,8 @@
 
 _hkgname=commonmark
 pkgname=haskell-commonmark
-pkgver=0.2
-pkgrel=7
+pkgver=0.2.1
+pkgrel=1
 pkgdesc="Pure Haskell commonmark parser"
 url="https://github.com/jgm/commonmark-hs"
 license=('BSD')
@@ -11,7 +11,7 @@
 depends=('ghc-libs' 'haskell-unicode-transforms')
 makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-quickcheck' 'haskell-tasty-hunit')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('f188ab59e7071801cc5106932a740a8d0bddf63c5610bcf45096c50413f93f426afc90cb2eee57846bee52406a5125610f8ba40c22ddbd8364e6b69eda6dfe64')
+sha512sums=('b91a02d44c95d1691fe8df8e380e4754cda98d0b3c5ec93163a71ecf596c5a5ac9bb54d618a13427211837c80e4e83c4a3dcc7b9ef18655ff0dadddc6121d665')
 
 build() {
     cd $_hkgname-$pkgver    




More information about the arch-commits mailing list