summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgesh2024-04-15 17:22:27 +0300
committergesh2024-04-15 17:22:27 +0300
commitc246330a6146668864a9fbd0a4486e1bd448a333 (patch)
tree71a5e0a4d0fb75639ce33a8042f6da293b646741
parentde98c27e40ff81be51c93b23905214faf55e0024 (diff)
downloadaur-c246330a6146668864a9fbd0a4486e1bd448a333.tar.gz
Update license to SPDX, add git makedep
Thanks to @alerque for reminding me of the makedep requirement
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
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')