summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgesh2024-05-02 17:41:12 +0300
committergesh2024-05-02 17:41:12 +0300
commitcfb8e3f452a80cf02609153ee058d176d654e807 (patch)
treeee30c92244094b0735083eddae972b7c5452e330
parent72fa9a2b55d31a6d270b2746be9f4f2eb3aedd42 (diff)
downloadaur-cfb8e3f452a80cf02609153ee058d176d654e807.tar.gz
Add gmp, zlib deps
Transitive deps of extra/pandoc, so we need to pull them in explicitly.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea6cb190898b..040d14883b84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = pandoc-static-git
pkgdesc = Conversion between markup formats (static build, dynamic Lua support)
pkgver = 3.1.13.r56.g509cc3ac8
- pkgrel = 1
+ pkgrel = 2
url = https://pandoc.org
arch = x86_64
license = GPL-2.0-or-later
makedepends = git
makedepends = stack>=1.7.0
+ depends = gmp
+ depends = zlib
optdepends = texlive-core: for pdf output
provides = pandoc=3.1.13
conflicts = haskell-pandoc
diff --git a/PKGBUILD b/PKGBUILD
index 60a241e830a1..534abab7c76c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,12 @@ shopt -s extglob
pkgname=pandoc-static-git
_pkgname="${pkgname%-static-git}"
pkgver=3.1.13.r56.g509cc3ac8
-pkgrel=1
+pkgrel=2
pkgdesc='Conversion between markup formats (static build, dynamic Lua support)'
url='https://pandoc.org'
license=('GPL-2.0-or-later')
arch=('x86_64')
+depends=('gmp' 'zlib')
optdepends=('texlive-core: for pdf output')
conflicts=('haskell-pandoc' 'pandoc' 'pandoc-bin')
replaces=('haskell-pandoc' 'pandoc' 'pandoc-bin')