[arch-commits] Commit in haskell-attoparsec/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Feb 10 16:38:04 UTC 2021
Date: Wednesday, February 10, 2021 @ 16:38:04
Author: felixonmars
Revision: 853687
upgpkg: haskell-attoparsec 0.13.2.5-1: rebuild with attoparsec 0.13.2.5
Modified:
haskell-attoparsec/trunk/PKGBUILD
----------+
PKGBUILD | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-10 16:35:21 UTC (rev 853686)
+++ PKGBUILD 2021-02-10 16:38:04 UTC (rev 853687)
@@ -3,23 +3,18 @@
_hkgname=attoparsec
pkgname=haskell-attoparsec
-pkgver=0.13.2.4
-pkgrel=64
+pkgver=0.13.2.5
+pkgrel=1
pkgdesc="Fast combinator parsing for bytestrings and text"
url="https://github.com/bos/attoparsec"
-license=("BSD3")
+license=("BSD")
arch=('x86_64')
depends=('ghc-libs' 'haskell-scientific')
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=('c2f94792ab4e68cfdbfbc92dfdc2cff08c9b96ef9b39608ed58bf25ba602e0ffd687c74b2d92045ff384e6c927cefb3774365218aebe9af01c153bdd3a29d946')
+sha512sums=('357545ebd003faff09485cdf89adee9f1f87b49ab9c26a133ef3d0ac165e3880eecd147431131ede425f5863f07ee79857fe2cbbfba1a3155abd70894f553c59')
-prepare() {
- cd $_hkgname-$pkgver
- sed -i 's/< *2.14/<3/' $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
@@ -36,7 +31,7 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test || echo "Tests failed, possibly due to unmet dependency version on QuickCheck"
+ runhaskell Setup test
}
package() {
More information about the arch-commits
mailing list