summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoron Behar2017-10-07 16:43:09 +0300
committerDoron Behar2017-10-07 16:43:09 +0300
commitc71e6b3b7483dc7c2297e501097f12ce31f8a8ce (patch)
treeacd528920bb3f9d032003bbb9631eb890fcaa5fe
parentb751dd24f2b7a56a119415a7737aa0484ef92af6 (diff)
downloadaur-c71e6b3b7483dc7c2297e501097f12ce31f8a8ce.tar.gz
Fix typos in `replaces` array.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fc3e7d9da05..f314be9294ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = pandoc-citeproc-bin
provides = pandoc-citeproc
conflicts = pandoc-citeproc
replaces = pandoc-citeproc-static
- replaces = pando-cite-lite
+ replaces = pandoc-citeproc-lite
source = https://github.com/jgm/pandoc/releases/download/1.19.2.1/pandoc-1.19.2.1-1-amd64.deb
sha256sums = db828cbab2a6d0d33f3754c4061a844ae2d1f0a01cbb12c512ef109117595dd2
diff --git a/PKGBUILD b/PKGBUILD
index 334ae3a32660..7bc11e920f66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ license=("GPL")
arch=('x86_64')
conflicts=("pandoc-citeproc")
provides=("pandoc-citeproc")
-replaces=('pandoc-citeproc-static' 'pando-cite-lite')
+replaces=('pandoc-citeproc-static' 'pandoc-citeproc-lite')
depends=('cmark')
source=(