[arch-commits] Commit in haskell-blaze-textual/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 10 23:53:55 UTC 2021


    Date: Friday, September 10, 2021 @ 23:53:55
  Author: felixonmars
Revision: 1013988

upgpkg: haskell-blaze-textual 0.2.2.0-1: rebuild with blaze-textual 0.2.2.0

Modified:
  haskell-blaze-textual/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-10 23:50:18 UTC (rev 1013987)
+++ PKGBUILD	2021-09-10 23:53:55 UTC (rev 1013988)
@@ -2,10 +2,10 @@
 
 _hkgname=blaze-textual
 pkgname=haskell-blaze-textual
-pkgver=0.2.1.0
-pkgrel=74
+pkgver=0.2.2.0
+pkgrel=1
 pkgdesc="Fast rendering of common datatypes"
-url="http://github.com/bos/blaze-textual"
+url="https://github.com/bos/blaze-textual"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-old-locale' 'haskell-vector')
@@ -12,13 +12,8 @@
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-double-conversion' 'haskell-test-framework'
              'haskell-test-framework-quickcheck2')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('1042795ab0bab891c034c24a51bafecbb89870ccd28af39534ab3d9ae7f46c2d')
+sha512sums=('5831a4fd5900bede759fd5b2a00f9e8df08ab120237ece44641764d513728b115f0537c3a01f7dc1a2ccdee6077696f15af8672ce877bde762ee7b42f5fe0ffb')
 
-prepare() {
-  cd $_hkgname-$pkgver
-  sed -i '/import GHC.Num (quotRemInteger)/d' Blaze/Text/Int.hs
-}
-
 build() {
   cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list