Date: Saturday, October 3, 2020 @ 15:03:06 Author: felixonmars Revision: 716522
upgpkg: haskell-text-show 3.9-1: rebuild with text-show 3.9 Modified: haskell-text-show/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-03 14:53:22 UTC (rev 716521) +++ PKGBUILD 2020-10-03 15:03:06 UTC (rev 716522) @@ -2,8 +2,8 @@ _hkgname=text-show pkgname=haskell-text-show -pkgver=3.8.5 -pkgrel=37 +pkgver=3.9 +pkgrel=1 pkgdesc="Efficient conversion of values into Text" url="https://github.com/RyanGlScott/text-show" license=('BSD') @@ -13,11 +13,11 @@ makedepends=('ghc' 'haskell-base-orphans' 'haskell-deriving-compat' 'haskell-hspec' 'haskell-quickcheck' 'haskell-quickcheck-instances') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('17e6e4d188280d4545867b31210f9e8e69337996c80b8c4f9fd846e50605acb29ebb2429e72ce76545426741055c4806c20a32b59d47e190a38d0f1ed9405947') +sha512sums=('fd2b1ae6e4b3de09950dff0557ee35e1754e24c5f1a88876418f8a3635fe4b3eb5d7fdea9893ba7d95324a286625805696e438fcef92ae580f2214409b514820') prepare() { cd $_hkgname-$pkgver - sed -i -e '/bytestring-builder/d' -e 's/< *2.1/<3/;s/< *4.14/<5/' $_hkgname.cabal + sed -i -e '/bytestring-builder/d' $_hkgname.cabal } build() {