Date: Monday, July 22, 2019 @ 15:50:50 Author: felixonmars Revision: 492564
upgpkg: haskell-text-short 0.1.3-1 rebuild with text-short 0.1.3 Modified: haskell-text-short/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-07-22 13:22:30 UTC (rev 492563) +++ PKGBUILD 2019-07-22 15:50:50 UTC (rev 492564) @@ -3,8 +3,8 @@ _hkgname=text-short pkgname=haskell-text-short -pkgver=0.1.2 -pkgrel=59 +pkgver=0.1.3 +pkgrel=1 pkgdesc="Memory-efficient representation of Unicode text strings" url="https://github.com/hvr/text-short" license=("BSD") @@ -13,13 +13,8 @@ makedepends=('ghc' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('f0d454f4146bfa220ff02e9e76ae366c5f6d5b4253296e8f96299ed3f30b9b982d5daca6f50b0681b6ccf5fba7103914f6a8688d0da89740dcd71d1eda9c9851') +sha512sums=('6d7a5379dbaf28a201dd44229959a293acb5ff57c4659a6a34af37e46b2e6fc5eb61a00ba26d36dd08795456246429ec20236af8e342fd0d03bfcf6d06d69428') -prepare() { - cd $_hkgname-$pkgver - sed -i -e 's/<.*1.1/<2/' -e 's/< *4.12/<5/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
