Date: Wednesday, March 25, 2020 @ 20:56:33 Author: felixonmars Revision: 604382
upgpkg: haskell-binary-instances 1.0.0.1-1: rebuild with binary-instances 1.0.0.1 Modified: haskell-binary-instances/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-25 20:49:42 UTC (rev 604381) +++ PKGBUILD 2020-03-25 20:56:33 UTC (rev 604382) @@ -2,8 +2,8 @@ _hkgname=binary-instances pkgname=haskell-binary-instances -pkgver=1 -pkgrel=10 +pkgver=1.0.0.1 +pkgrel=1 pkgdesc="Orphan instances for binary" url="https://github.com/phadej/binary-instances" license=('BSD') @@ -15,13 +15,8 @@ makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-quickcheck') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('ab14191bc09811337cc07e37179143069bf08a30271c71b148bf1faf7ec2e9033e28c23ed7f2929c916edcc62221828d9b0b282d7005cd954d3548b55c37c66b') +sha512sums=('8933f2eab4a23460bd9be7547f229416adccb3e82ec452f75567fa5b5cb6babe4b7f243fbf3799099647bc4f890eaa1acc962128caa8caafc3ff724867585e3d') -prepare() { - cd $_hkgname-$pkgver - sed -i -e 's/< *4/<5/' -e 's/< *0/<1/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
