Date: Thursday, November 9, 2017 @ 05:49:00 Author: felixonmars Revision: 265777
upgpkg: pandoc-crossref 0.3.0.0beta3a-1 Modified: pandoc-crossref/trunk/PKGBUILD ----------+ PKGBUILD | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-11-08 22:49:28 UTC (rev 265776) +++ PKGBUILD 2017-11-09 05:49:00 UTC (rev 265777) @@ -3,21 +3,26 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=pandoc-crossref -pkgver=0.2.6.0 -pkgrel=20 +pkgver=0.3.0.0beta3a +pkgrel=1 pkgdesc="Pandoc filter for cross-references" url="https://hackage.haskell.org/package/${pkgname}" license=("GPL2") -arch=('i686' 'x86_64') -depends=('ghc-libs' "haskell-data-default" "haskell-data-accessor" "haskell-data-accessor-template" - "haskell-data-accessor-transformers" "haskell-mtl" "pandoc" "haskell-pandoc-types" - "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht") +arch=('x86_64') +depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 'haskell-data-accessor-template' + 'haskell-data-accessor-transformers' 'haskell-file-embed' 'haskell-mtl' + 'haskell-open-browser' 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' + 'haskell-roman-numerals' 'haskell-syb' 'haskell-text' 'haskell-utility-ht') +makedepends=('ghc') conflicts=('haskell-pandoc-crossref') replaces=('haskell-pandoc-crossref') -makedepends=('ghc') -source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('2af52b5f347b039148d5285b1277a1c3e382bf0f666d353ac593635f1bae3ef692fac7319ed0ca8c9ab33475a2bb28ae5b540d80c637eb39f8f5a22830258fc1') +source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v0.3.0.0-beta3a.tar.gz") +sha512sums=('02f8762320465bf11dcb10e5182d978f3d5a37527480373c96fb6dc8c4651708d68c92b5ad857271a106c109aeaf87fad87b39125f8c9130e5401e2744e8d95b') +prepare() { + mv $pkgname-{0.3.0.0-beta3a,$pkgver} +} + build() { cd "${srcdir}/${pkgname}-${pkgver}"
