Date: Wednesday, February 17, 2021 @ 11:36:24 Author: felixonmars Revision: 862379
upgpkg: pandoc-crossref 0.3.9.0-1 Modified: pandoc-crossref/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-17 11:32:16 UTC (rev 862378) +++ PKGBUILD 2021-02-17 11:36:24 UTC (rev 862379) @@ -2,8 +2,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=pandoc-crossref -pkgver=0.3.8.4 -pkgrel=57 +pkgver=0.3.9.0 +pkgrel=1 pkgdesc="Pandoc filter for cross-references" url="https://hackage.haskell.org/package/${pkgname}" license=("GPL2") @@ -12,16 +12,12 @@ 'haskell-data-accessor-transformers' 'haskell-gitrev' 'haskell-open-browser' 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 'haskell-roman-numerals' 'haskell-syb' 'haskell-utility-ht') -makedepends=('ghc' 'uusi' 'haskell-hspec') +makedepends=('ghc' 'haskell-hspec') 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=('33d0414682335df543faef1b9102258b322b11b86eb279f44763b3eb697a29b8222bee2f7c0b71b880923eb3951d733603d24e892bf6abb9af6692c63c419882') +sha512sums=('03c4f1dc2363fb7e6c097c2e52a1c3f0191806f74e678ab3c8fdb9d116deda400b4517665061c87a44ef48648f75e3c4153aa1e08c9c369a50b5b8356bcc3bb1') -prepare() { - uusi -u optparse-applicative $pkgname-$pkgver/$pkgname.cabal -} - build() { cd $pkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
