[arch-commits] Commit in haskell-bytestring-tree-builder/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Mar 27 14:30:23 UTC 2021


    Date: Saturday, March 27, 2021 @ 14:30:22
  Author: felixonmars
Revision: 905320

upgpkg: haskell-bytestring-tree-builder 0.2.7.8-1: rebuild with bytestring-tree-builder 0.2.7.8

Modified:
  haskell-bytestring-tree-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-27 14:18:29 UTC (rev 905319)
+++ PKGBUILD	2021-03-27 14:30:22 UTC (rev 905320)
@@ -3,17 +3,17 @@
 
 _hkgname=bytestring-tree-builder
 pkgname=haskell-bytestring-tree-builder
-pkgver=0.2.7.7
-pkgrel=6
+pkgver=0.2.7.8
+pkgrel=1
 pkgdesc="A very efficient ByteString builder implementation based on the binary tree"
 url="https://github.com/nikita-volkov/bytestring-tree-builder"
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-base-prelude')
-makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-quickcheck' 'haskell-tasty-hunit'
-             'haskell-quickcheck-instances' 'haskell-quickcheck')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-base-prelude' 'haskell-tasty' 'haskell-tasty-quickcheck'
+             'haskell-tasty-hunit' 'haskell-quickcheck-instances' 'haskell-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('81c21c01ab7e7a47f95704dd8705424c5b08e350271d380564a9f4af13ac480da06dec3b6c7e0cf1322d20e0b79e8686e428cb9d0a358b489ae2baa4ba57342e')
+sha512sums=('e82bb393657bdbf34b0e852c7aaf8298b543e2d586b3bd8fc1ef8e30b008151d63bcdd351342ddb9efab889c62f58a0eef7c24cc73eb16023d65d7da6683f7ff')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list