Date: Monday, January 23, 2023 @ 05:47:35 Author: felixonmars Revision: 1387856
upgpkg: haskell-binary-parser 0.5.7.3-1: rebuild with binary-parser 0.5.7.3 Modified: haskell-binary-parser/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-23 05:45:29 UTC (rev 1387855) +++ PKGBUILD 2023-01-23 05:47:35 UTC (rev 1387856) @@ -3,17 +3,17 @@ _hkgname=binary-parser pkgname=haskell-binary-parser -pkgver=0.5.7.2 -pkgrel=58 -pkgdesc="A highly-efficient but limited parser API specialised for bytestrings" +pkgver=0.5.7.3 +pkgrel=1 +pkgdesc="An efficient but limited parser API specialised to bytestrings" url="https://github.com/nikita-volkov/binary-parser" license=("MIT") arch=('x86_64') depends=('ghc-libs') -makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-rerebase' +makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-base-prelude' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('3733d83f09f466dcb785e409efdd34a072cb28f2abf412689f59fec32b6831984c30739dc99517b52f2fcb1f4cbeea4e7226c62f64fd067ed99c4e4853143200') +sha512sums=('9e87f3c252c3cd821252fb624c19cd88d69901718f948bfd86b9c090ccea689547a64ca1dc869b969cf2b4f5ca50a433b85ffb20d74406697815b40d213b67b4') prepare() { cd $_hkgname-$pkgver
