[arch-commits] Commit in haskell-commonmark/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Nov 18 20:10:46 UTC 2020
Date: Wednesday, November 18, 2020 @ 20:10:46
Author: felixonmars
Revision: 757171
upgpkg: haskell-commonmark 0.1.1.1-1: rebuild with commonmark 0.1.1.1
Modified:
haskell-commonmark/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-18 20:07:41 UTC (rev 757170)
+++ PKGBUILD 2020-11-18 20:10:46 UTC (rev 757171)
@@ -2,8 +2,8 @@
_hkgname=commonmark
pkgname=haskell-commonmark
-pkgver=0.1.1
-pkgrel=2
+pkgver=0.1.1.1
+pkgrel=1
pkgdesc="Pure Haskell commonmark parser"
url="https://github.com/jgm/commonmark-hs"
license=('BSD')
@@ -12,7 +12,7 @@
makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-quickcheck'
'haskell-tasty-hunit')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('c20aa17a0a68c70faff7959b17ac3fcb755111256168fac0e9c6689d3342fcb121bf8d60993e0912f62b46914b5a8ab3f505a8b0103d516a2ebaf40422fe5dfe')
+sha512sums=('f15fe7706a5d3ad4d8972603b34e18c762acf4c51424477e77bcd764a178954ed70e87549e85308c97abee7f3d7793a069acadeb22724597160648978e9d6aaa')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list