summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2024-03-08 00:54:21 -0700
committergustawho2024-03-08 00:54:21 -0700
commit3eb891347bc81cf8fb444e67eb18f2f54b970f27 (patch)
tree989a47b32a73e52638239cd8fe5150bd4194496d
parent55fe66c9954622cfbfea0a437a18a14c259fcb08 (diff)
downloadaur-3eb891347bc81cf8fb444e67eb18f2f54b970f27.tar.gz
Added provides for pandoc-cli
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fd4fb99bc41..b65d38e2555b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = pandoc-bin
license = GPL2
optdepends = texlive-core: for pdf output
provides = pandoc=3.1.12.2
- conflicts = pandoc
+ provides = pandoc-cli=3.1.12.2
conflicts = pandoc-cli
source = pandoc-bin-source-3.1.12.2.tar.gz::https://github.com/jgm/pandoc/archive/3.1.12.2.tar.gz
sha256sums = f22f18fe008641fd3fccddb040c3747efd57fad669df6ca41f4926421f317bd2
diff --git a/PKGBUILD b/PKGBUILD
index 305759ca3cfa..36fba709ae8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ pkgdesc="Pandoc - executable only, without 750MB Haskell depends/makedepends"
url="https://pandoc.org"
license=("GPL2")
arch=('x86_64' 'aarch64')
-conflicts=("pandoc" "pandoc-cli")
-provides=("pandoc=$pkgver")
+conflicts=("pandoc-cli")
+provides=("pandoc=$pkgver" "pandoc-cli=$pkgver")
optdepends=('texlive-core: for pdf output')
# The binary release doesn't have the datafiles, so we need to yoink those out of the source tarball, too.