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

Felix Yan felixonmars at archlinux.org
Sun Oct 11 17:08:08 UTC 2020


    Date: Sunday, October 11, 2020 @ 17:08:07
  Author: felixonmars
Revision: 723515

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

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

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-11 17:06:14 UTC (rev 723514)
+++ PKGBUILD	2020-10-11 17:08:07 UTC (rev 723515)
@@ -3,8 +3,8 @@
 
 _hkgname=bytestring-tree-builder
 pkgname=haskell-bytestring-tree-builder
-pkgver=0.2.7.4
-pkgrel=5
+pkgver=0.2.7.5
+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")
@@ -13,13 +13,8 @@
 makedepends=('ghc' '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=('bbd67f4a967a978e128b8a14bbef5db49bf8164bd22d5d19575ebc18ccfec2013a1a1a5cc5e1264e147f1a2cb56e468e6540673f2725759975445422fb32d3b4')
+sha512sums=('9311e9cd1cbadf91fcbcea2beebc680d2d22633350a36649e6932e7b95258213934bfcd223e838c4b24bf5daeab88a886b88e19e0dbede4a9be3c0d0565d7275')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i '/semigroups/d' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list