summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c5df809f5f8..93eb13373218 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pandoc-sile-git
pkgdesc = Conversion between markup formats (sile fork, static build)
- pkgver = 2.17.1.1.r8.gedb96f7
+ pkgver = 2.17.1.1.r214.g513ac37
pkgrel = 1
url = https://pandoc.org
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = pandoc-sile-git
optdepends = pandoc-citeproc: for citation rendering with pandoc-citeproc filter
optdepends = pandoc-crossref: for numbering figures, equations, tables and cross-references to them with pandoc-crossref filter
optdepends = texlive-core: for pdf output
- provides = pandoc=2.17.1.1
+ provides = pandoc=2.18
conflicts = pandoc
- source = git://github.com/alerque/pandoc.git#branch=sile-2.17.1.1
+ source = git+https://github.com/alerque/pandoc.git#branch=sile-2.18
sha512sums = SKIP
pkgname = pandoc-sile-git
diff --git a/PKGBUILD b/PKGBUILD
index 2fc03ff70ccd..5f8c698834b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_pkgname=pandoc
pkgname=$_pkgname-sile-git
-_pkgver=2.17.1.1
-pkgver=2.17.1.1.r8.gedb96f7
+_pkgver=2.18
+pkgver=2.17.1.1.r214.g513ac37
pkgrel=1
pkgdesc='Conversion between markup formats (sile fork, static build)'
url='https://pandoc.org'
@@ -18,7 +18,7 @@ optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc filter
'texlive-core: for pdf output')
provides=("$_pkgname=$_pkgver")
conflicts=("$_pkgname")
-source=("git://github.com/alerque/$_pkgname.git#branch=sile-$_pkgver")
+source=("git+https://github.com/alerque/$_pkgname.git#branch=sile-$_pkgver")
sha512sums=('SKIP')
pkgver() {