[arch-commits] Commit in haskell-binary-parser/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sun May 29 02:53:04 UTC 2022
Date: Sunday, May 29, 2022 @ 02:53:03
Author: felixonmars
Revision: 1213655
upgpkg: haskell-binary-parser 0.5.7.2-1: rebuild with binary-parser 0.5.7.2
Modified:
haskell-binary-parser/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-29 02:52:04 UTC (rev 1213654)
+++ PKGBUILD 2022-05-29 02:53:03 UTC (rev 1213655)
@@ -3,18 +3,23 @@
_hkgname=binary-parser
pkgname=haskell-binary-parser
-pkgver=0.5.7.1
-pkgrel=44
+pkgver=0.5.7.2
+pkgrel=1
pkgdesc="A highly-efficient but limited parser API specialised for bytestrings"
url="https://github.com/nikita-volkov/binary-parser"
license=("MIT")
arch=('x86_64')
depends=('ghc-libs')
-makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-rerebase'
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-rerebase'
'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('435f0b65e69a44845b0505666f3e5dc8476487021309fd360d4561d3a532a5053fddcd54d1646a6a406a6f839ab7329cac7e2932d07a8075bfa9f6209d96d9f9')
+sha512sums=('3733d83f09f466dcb785e409efdd34a072cb28f2abf412689f59fec32b6831984c30739dc99517b52f2fcb1f4cbeea4e7226c62f64fd067ed99c4e4853143200')
+prepare() {
+ cd $_hkgname-$pkgver
+ gen-setup
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list