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

Felix Yan felixonmars at gemini.archlinux.org
Thu Aug 25 21:36:35 UTC 2022


    Date: Thursday, August 25, 2022 @ 21:36:34
  Author: felixonmars
Revision: 1280590

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

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

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-25 21:35:24 UTC (rev 1280589)
+++ PKGBUILD	2022-08-25 21:36:34 UTC (rev 1280590)
@@ -3,18 +3,23 @@
 
 _hkgname=bytestring-tree-builder
 pkgname=haskell-bytestring-tree-builder
-pkgver=0.2.7.9
-pkgrel=111
+pkgver=0.2.7.10
+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')
-makedepends=('ghc' 'haskell-base-prelude' 'haskell-tasty' 'haskell-tasty-quickcheck'
+makedepends=('ghc' 'uusi' '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=('fc553e780852077863c199d95bbc53c9a6db67da45dddab8a6cbc15aff75bab69db53d7c361b9bfc0e19f27144f8446ec0f6e28ab68783652322701c39dfed61')
+sha512sums=('49e4c74b7338cbfdc8aa8f008b4859b6faedbf3dd63af50ce04a6aed8d01530ef89d060a1abb5118d81e18793d919d4a84044050beb628cd9670cddd3e29d50b')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    gen-setup
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list