Date: Wednesday, March 16, 2022 @ 14:58:52 Author: alerque Revision: 1155399
Revert trunk to last repo state, staging builds abandoned Modified: haskell-pandoc-types/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-16 14:58:40 UTC (rev 1155398) +++ PKGBUILD 2022-03-16 14:58:52 UTC (rev 1155399) @@ -1,11 +1,10 @@ # Maintainer: Felix Yan <[email protected]> -# Maintainer: Caleb Maclennan <[email protected]> # Contributor: Arch Haskell Team <[email protected]> _hkgname=pandoc-types pkgname=haskell-pandoc-types -pkgver=1.22.1 -pkgrel=1 +pkgver=1.22 +pkgrel=144 pkgdesc="Types for representing a structured document" url="https://pandoc.org/" license=("BSD") @@ -14,7 +13,7 @@ makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2' 'haskell-hunit' 'haskell-string-qq') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('e9041c69c701084f7c05b742d84ab0570d21b0856ed2a221d925763ec500586255be92b810afb999ea51c9be3a8ec0f2e026c4ade1a681c1464a4b5d94334ecb') +sha512sums=('b5f7c15b31c5ee6faa4d7574baa32d252b1e79350840f2d7ac3f3896b969e18241e514fb06e85aa97d7a74c0904839d04a4d8e5d4ff86d0a2b80957b99279ee0') build() { cd $_hkgname-$pkgver
