Date: Sunday, January 3, 2021 @ 15:21:41 Author: felixonmars Revision: 805395
upgpkg: pandoc-crossref 0.3.8.4-1 Modified: pandoc-crossref/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-03 15:15:10 UTC (rev 805394) +++ PKGBUILD 2021-01-03 15:21:41 UTC (rev 805395) @@ -2,8 +2,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=pandoc-crossref -pkgver=0.3.8.3 -pkgrel=12 +pkgver=0.3.8.4 +pkgrel=1 pkgdesc="Pandoc filter for cross-references" url="https://hackage.haskell.org/package/${pkgname}" license=("GPL2") @@ -16,10 +16,10 @@ conflicts=('haskell-pandoc-crossref') replaces=('haskell-pandoc-crossref') source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz") -sha512sums=('b49984d87c36f83a587cb81fc1599497bfae363e688bc4ee055c9a6539d89ebdbef61e6f38b518b7895ef7bab2b8d0a940dc6e5960576a7fb900216f74f3e70f') +sha512sums=('33d0414682335df543faef1b9102258b322b11b86eb279f44763b3eb697a29b8222bee2f7c0b71b880923eb3951d733603d24e892bf6abb9af6692c63c419882') prepare() { - uusi $pkgname-$pkgver/$pkgname.cabal + uusi -u optparse-applicative $pkgname-$pkgver/$pkgname.cabal } build() { @@ -37,7 +37,7 @@ check() { cd $pkgname-$pkgver - runhaskell Setup test || echo "Tests failed: https://github.com/lierdakil/pandoc-crossref/issues/287" + runhaskell Setup test } package() {
