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

Felix Yan felixonmars at archlinux.org
Wed Dec 6 02:44:23 UTC 2017


    Date: Wednesday, December 6, 2017 @ 02:44:22
  Author: felixonmars
Revision: 272358

upgpkg: haskell-parser-combinators 0.2.1-1

rebuild with parser-combinators,0.2.1

Modified:
  haskell-parser-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-06 02:43:39 UTC (rev 272357)
+++ PKGBUILD	2017-12-06 02:44:22 UTC (rev 272358)
@@ -4,8 +4,8 @@
 
 _hkgname=parser-combinators
 pkgname=haskell-parser-combinators
-pkgver=0.2.0
-pkgrel=3
+pkgver=0.2.1
+pkgrel=1
 pkgdesc="Lightweight package providing commonly useful parser combinators"
 url="https://github.com/mrkkrp/parser-combinators"
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('37287833048ed408920cd72b362667d3ba976a302d5340dd859f0e2cba0edabb2ed7228f838356b31f1e1f9fd65fe2c707e4cc4c7ab217b3e912e630c9124030')
+sha512sums=('c4ede07e2ab0e7448a1bd24339532c532c2edb1415e78ae9f6215acff847ee2bc57782f96f72ab8dbf3487858472a489153566430e889c0129b2c8c081f56bad')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list