Date: Friday, March 25, 2022 @ 13:11:03 Author: felixonmars Revision: 1176368
upgpkg: haskell-mmark 0.0.7.5-1: rebuild with mmark 0.0.7.5 Modified: haskell-mmark/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-25 13:06:06 UTC (rev 1176367) +++ PKGBUILD 2022-03-25 13:11:03 UTC (rev 1176368) @@ -2,8 +2,8 @@ _hkgname=mmark pkgname=haskell-mmark -pkgver=0.0.7.4 -pkgrel=29 +pkgver=0.0.7.5 +pkgrel=1 pkgdesc="Strict markdown processor for writers" url="https://github.com/mmark-md/mmark" license=("BSD") @@ -13,15 +13,10 @@ 'haskell-lucid' 'haskell-megaparsec' 'haskell-microlens' 'haskell-microlens-th' 'haskell-modern-uri' 'haskell-parser-combinators' 'haskell-text-metrics' 'haskell-unordered-containers' 'haskell-yaml') -makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-megaparsec') +makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-megaparsec') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('bd5bebe3c8140a7900d8da93d50cb24366b5656d2eb7e820394b7dab657a9a3a') +sha256sums=('e09cf228ed699acafe4cc961091142accdf5d899e360f2328a781927daba054a') -prepare() { - cd $_hkgname-$pkgver - uusi -u hashable $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
