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

Felix Yan felixonmars at gemini.archlinux.org
Thu Jun 16 18:06:09 UTC 2022


    Date: Thursday, June 16, 2022 @ 18:06:09
  Author: felixonmars
Revision: 1238169

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

Modified:
  haskell-commonmark/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-16 18:05:58 UTC (rev 1238168)
+++ PKGBUILD	2022-06-16 18:06:09 UTC (rev 1238169)
@@ -3,16 +3,16 @@
 
 _hkgname=commonmark
 pkgname=haskell-commonmark
-pkgver=0.2.1.1
-pkgrel=30
+pkgver=0.2.2
+pkgrel=1
 pkgdesc="Pure Haskell commonmark parser"
 url="https://github.com/jgm/commonmark-hs"
 license=('BSD')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-unicode-transforms')
+depends=('ghc-libs' 'haskell-unicode-data' '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=('a1c5cb4d85e078e3f1fc303706eb0f9b3d8b87e1a2f8deb5a0c9ff7529beefb02f77a77057919d2abd5586d24f69f93766287d5cd9c5ceb47239a37d22b8a702')
+sha512sums=('fb1e9d8774c7a2682af8702b94ea4b255ff9dd38fcaba96048d037b3c75051509332ef80631165670a513280e984abf1fa08dd53e85d13f1b4e46941cceadc96')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list