Date: Monday, March 23, 2020 @ 00:29:11 Author: felixonmars Revision: 603642
upgpkg: haskell-show-combinators 0.2.0.0-1: rebuild with show-combinators 0.2.0.0 Modified: haskell-show-combinators/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-23 00:26:37 UTC (rev 603641) +++ PKGBUILD 2020-03-23 00:29:11 UTC (rev 603642) @@ -2,8 +2,8 @@ _hkgname=show-combinators pkgname=haskell-show-combinators -pkgver=0.1.1.0 -pkgrel=4 +pkgver=0.2.0.0 +pkgrel=1 pkgdesc="Combinators to write Show instances" url="https://github.com/Lysxia/show-combinators" license=('MIT') @@ -11,13 +11,8 @@ depends=('ghc-libs') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('ac57c8b1f296930b925b3633c411c502e54638b7270034f1346aca32654879fd99e4da6f78b9bab75668f4619d2f767b832b631711f55d41bb03f23219f88477') +sha512sums=('6d9bd0b788c8c4733e3e48ebd8f76a01caa2e6fecf8942f5d00de4e46231f972d4bf23435d0a432c2795fa30b11717c6ebc3f55709138d7a3c15ead4c1779369') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *4.13/<5/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
