diff --git a/.SRCINFO b/.SRCINFO index bd74e5b783ee..90d638cd9e19 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,14 @@ pkgbase = pandoc-static-git pkgdesc = Conversion between markup formats (static build, dynamic Lua support) - pkgver = 3.1.11.r0.gc3038dcd5 + pkgver = 3.1.13.r18.g7eb2a143e pkgrel = 1 url = https://pandoc.org arch = x86_64 - license = GPL + license = GPL-2.0-or-later + makedepends = git makedepends = stack>=1.7.0 optdepends = texlive-core: for pdf output - provides = pandoc=3.1.11 + provides = pandoc=3.1.13 conflicts = haskell-pandoc conflicts = pandoc conflicts = pandoc-bin diff --git a/PKGBUILD b/PKGBUILD index 3eab09e804a1..9f61cb1a9af3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,17 +8,17 @@ shopt -s extglob pkgname=pandoc-static-git _pkgname="${pkgname%-static-git}" -pkgver=3.1.11.r0.gc3038dcd5 +pkgver=3.1.13.r18.g7eb2a143e pkgrel=1 pkgdesc='Conversion between markup formats (static build, dynamic Lua support)' url='https://pandoc.org' -license=('GPL') +license=('GPL-2.0-or-later') arch=('x86_64') optdepends=('texlive-core: for pdf output') conflicts=('haskell-pandoc' 'pandoc' 'pandoc-bin') replaces=('haskell-pandoc' 'pandoc' 'pandoc-bin') provides=("pandoc=${pkgver%%*([a-z]).r*}") -makedepends=('stack>=1.7.0') +makedepends=('git' 'stack>=1.7.0') source=("git+https://github.com/jgm/pandoc.git") sha512sums=('SKIP')