Skip to content

Commit

Permalink
Update license to SPDX, add git makedep
Browse files Browse the repository at this point in the history
Thanks to @alerque for reminding me of the makedep requirement
  • Loading branch information
hseg committed Apr 15, 2024
1 parent de98c27 commit c246330
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit c246330

Please sign in to comment.