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

Felix Yan felixonmars at archlinux.org
Tue Mar 23 23:34:03 UTC 2021


    Date: Tuesday, March 23, 2021 @ 23:34:03
  Author: felixonmars
Revision: 901372

upgpkg: haskell-bytestring-strict-builder 0.4.5.4-1: rebuild with bytestring-strict-builder 0.4.5.4

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-23 23:33:55 UTC (rev 901371)
+++ PKGBUILD	2021-03-23 23:34:03 UTC (rev 901372)
@@ -2,23 +2,18 @@
 
 _hkgname=bytestring-strict-builder
 pkgname=haskell-bytestring-strict-builder
-pkgver=0.4.5.3
-pkgrel=199
+pkgver=0.4.5.4
+pkgrel=1
 pkgdesc="An efficient strict bytestring builder"
 url="https://github.com/nikita-volkov/bytestring-strict-builder"
 license=('MIT')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-base-prelude')
+depends=('ghc-libs')
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-quickcheck'
              'haskell-tasty-hunit' 'haskell-quickcheck-instances' 'haskell-rerebase')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('3527960d2c6db8acfb9273130d169558f769826c9f7c68dfd04c22d1172700dd42eef6c81dae8e8ee1ba93ca471ef7a3572da4d155eeaa9f44b065412537fda8')
+sha512sums=('2593ea377a191e7ab4009345dbc15e17cb72f3c23abc399c3b5da493c745ca343a41bc1f9bc15b434b5e9288f4538c9600e32e0ec0c92d21bc837e85be55a8e1')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -e '/semigroups/d' -i $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list