diff options
author | gesh | 2025-01-15 18:35:42 +0200 |
---|---|---|
committer | gesh | 2025-01-20 18:01:10 +0200 |
commit | 87d0c7bdd1933ae0539e7cbc16b6db22644f47cf (patch) | |
tree | a0a250c1bae437e360f2caa2329c80f87ada4c5d | |
parent | 922ff624143490c944833ac09550d563b58f49d2 (diff) | |
download | aur-87d0c7bdd1933ae0539e7cbc16b6db22644f47cf.tar.gz |
Move dep to the new spelling pandoc-cli
Since pandoc (the project) has split (a while back, actually) into the
cli and other components, the vanilla package name for the dependency
has changed to suit. Use that for the dependency name.
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,17 +1,17 @@ pkgbase = pandoc-crossref-static-git pkgdesc = Pandoc filter for cross-references (static build) pkgver = 0.3.18.1.r2.g357b101c - pkgrel = 2 + pkgrel = 3 url = https://github.com/lierdakil/pandoc-crossref arch = i686 arch = x86_64 license = GPL-2.0-or-later makedepends = git makedepends = stack - makedepends = pandoc + makedepends = pandoc-cli makedepends = yq depends = gmp - depends = pandoc=3.6.2 + depends = pandoc-cli=3.6.2 depends = zlib provides = pandoc-crossref=0.3.18.1 conflicts = pandoc-crossref @@ -10,15 +10,15 @@ _pandoc_type=stock _pandoc_ver=3.6.2 _pandoc_lua_ver=0.4.1 _pandoc_commit=fd496848d8a9799edc5095ed3134522a9c14ad11 -pkgrel=2 +pkgrel=3 pkgdesc='Pandoc filter for cross-references (static build)' arch=('i686' 'x86_64') url="https://github.com/lierdakil/${_pkgname}" license=('GPL-2.0-or-later') provides=("$_pkgname=${pkgver%%.r*}") conflicts=("$_pkgname") -depends=('gmp' "pandoc=$_pandoc_ver" 'zlib') -makedepends=('git' 'stack' 'pandoc' 'yq') +depends=('gmp' "pandoc-cli=$_pandoc_ver" 'zlib') +makedepends=('git' 'stack' 'pandoc-cli' 'yq') source=("$pkgname::git+$url.git") sha256sums=('SKIP') |