Date: Monday, March 29, 2021 @ 23:31:21 Author: felixonmars Revision: 910322
upgpkg: pandoc 2.13-1: rebuild with pandoc 2.13 Modified: pandoc/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-29 23:26:59 UTC (rev 910321) +++ PKGBUILD 2021-03-29 23:31:21 UTC (rev 910322) @@ -2,8 +2,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=pandoc -pkgver=2.12 -pkgrel=12 +pkgver=2.13 +pkgrel=1 pkgdesc='Conversion between markup formats' url='https://pandoc.org' license=('GPL') @@ -29,11 +29,10 @@ conflicts=('haskell-pandoc') replaces=('haskell-pandoc') makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-lua' - 'haskell-tasty-quickcheck' 'haskell-tasty-golden' 'haskell-quickcheck' - 'haskell-executable-path') + 'haskell-tasty-quickcheck' 'haskell-tasty-golden' 'haskell-quickcheck') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz" haddock-library-1.10.patch) -sha512sums=('da57f8d9083d04bf2ec2f316f70b8241fcdeaeff6de7937f8f0803546109509527f39e1aa1ca576f966aaff3b563646f9f284b936802c37393311d9af5fa5144' +sha512sums=('c894f59e7ff57603fd6a60d11880b9fd6d6e206247346f77070b176fed6f359b3d5a5ba984803717ac4a4e5c038ad0912513da091d4b8672df63af17d21627a8' 'f6b0fc90d42e2a02c101e0ba3f86884cb957392b0a1d351f63459780df57a4db51bd9ef72230cd0060e5247fa9a0b5274701bb663163561a932e6aed4e0d5b07') prepare() {
