Date: Friday, February 19, 2021 @ 11:20:07 Author: felixonmars Revision: 865640
upgpkg: haskell-charset 0.3.8-1: rebuild with charset 0.3.8 Modified: haskell-charset/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-19 11:16:42 UTC (rev 865639) +++ PKGBUILD 2021-02-19 11:20:07 UTC (rev 865640) @@ -3,8 +3,8 @@ _hkgname=charset pkgname=haskell-charset -pkgver=0.3.7.1 -pkgrel=146 +pkgver=0.3.8 +pkgrel=1 pkgdesc="A compatibility layer for base" url="https://github.com/ekmett/charset" license=("BSD") @@ -12,13 +12,8 @@ depends=('ghc-libs' 'haskell-unordered-containers') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('594e71a5d6ced52e1491368611775bda106119b82025e84fc97078753358af7d9f6c22b99291dd51a990ff223c4582f913e01d829418f8918652c3c9fc495792') +sha512sums=('99bb3985a13b7ab6207e59bfa56f87147199c4bba6d82799db3cc059f813a768c616b76a4e71d4a27cfda07ebabef258968e641c045bb79172e1c5a00b3b5d7a') -prepare() { - cd $_hkgname-$pkgver - sed -i -e '/semigroups/d' -e 's/< *0.6/<1/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
