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

Felix Yan felixonmars at gemini.archlinux.org
Wed Feb 9 23:10:43 UTC 2022


    Date: Wednesday, February 9, 2022 @ 23:10:42
  Author: felixonmars
Revision: 1130427

upgpkg: haskell-attoparsec 0.14.4-1: rebuild with attoparsec 0.14.4

Modified:
  haskell-attoparsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-09 22:50:21 UTC (rev 1130426)
+++ PKGBUILD	2022-02-09 23:10:42 UTC (rev 1130427)
@@ -3,8 +3,8 @@
 
 _hkgname=attoparsec
 pkgname=haskell-attoparsec
-pkgver=0.14.3
-pkgrel=6
+pkgver=0.14.4
+pkgrel=1
 pkgdesc="Fast combinator parsing for bytestrings and text"
 url="https://github.com/bos/attoparsec"
 license=("BSD")
@@ -13,7 +13,7 @@
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-unicode' 'haskell-tasty'
              'haskell-tasty-quickcheck' 'haskell-vector')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('27f9d891f3559847cbd4a9113a8a7d33789ff8b30eac00398564f39eba9f948a3189c4ee131d5a5b0e1884c531de978b53a748768a6a0f1421068fcc49160914')
+sha512sums=('48aa7743b24def2db7041e3e0189d9844194c42b5d216ff5060806a80eb550200ddcb11e9321a910ac4881ffdd7381d80a4b88a73acfb29209c650eababb925b')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list