Date: Thursday, November 8, 2018 @ 10:41:59 Author: felixonmars Revision: 403932
upgpkg: haskell-cheapskate 0.1.1.1-1 rebuild with cheapskate 0.1.1.1 Modified: haskell-cheapskate/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-11-08 10:41:41 UTC (rev 403931) +++ PKGBUILD 2018-11-08 10:41:59 UTC (rev 403932) @@ -3,10 +3,10 @@ _hkgname=cheapskate pkgname=haskell-cheapskate -pkgver=0.1.1 -pkgrel=138 +pkgver=0.1.1.1 +pkgrel=1 pkgdesc="Experimental markdown processor." -url="http://github.com/jgm/cheapskate" +url="https://github.com/jgm/cheapskate" license=("custom:BSD3") arch=('x86_64') depends=('ghc-libs' "haskell-aeson" "haskell-blaze-html" "haskell-data-default" "haskell-http-types" @@ -14,13 +14,8 @@ "haskell-wai-extra" "haskell-xss-sanitize") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('e06c8683031e8e7946e10a49ba2fedfedb4b8c5940272d8095ab3ff94c3b77169175b492d15f07fb486efd8fccd0850062174a63d88d2ae69c864eeaffc7a59f') +sha512sums=('551fdf43f8ed8e15ed4a5ac1649f319477cc80762a34499eed58c7c77e1f3e2bc0c4f9887aac7632f341e825c202850617d0572fa6cb748104bbf2874dfba353') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *0.6/<1/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
