summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoron Behar2018-07-21 13:56:55 +0300
committerDoron Behar2018-07-21 13:56:55 +0300
commit277842e7910c980c7cd1c455ebba7c9e3ee1bf77 (patch)
tree6d1979921773d477d04006d4431326bd26686cf7
parentf18cf81b19ed77d8012152443e6e4040b9502dca (diff)
downloadaur-277842e7910c980c7cd1c455ebba7c9e3ee1bf77.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7b140fe5b4a..37aed5a6554c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pandoc-citeproc-bin
pkgdesc = Pandoc Cite Processor - executable only, without 750MB Haskell depends/makedepends
- pkgver = 2.1.2
+ pkgver = 2.2.2.1
pkgrel = 1
url = https://hackage.haskell.org/package/pandoc-citeproc
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = pandoc-citeproc-bin
conflicts = pandoc-citeproc
replaces = pandoc-citeproc-static
replaces = pandoc-citeproc-lite
- source = https://github.com/jgm/pandoc/releases/download/2.1.2/pandoc-2.1.2-linux.tar.gz
- sha256sums = d8c37a2252afc1f53ce482c6e5cc77371f3f3f7e83f40d612fb8dc6fd30963ff
+ source = https://github.com/jgm/pandoc/releases/download/2.2.2.1/pandoc-2.2.2.1-linux.tar.gz
+ sha256sums = c04d02033ff8d1c7dd4201419089bd5cdc62ef4b8af622f4f965788869732d7b
pkgname = pandoc-citeproc-bin
diff --git a/PKGBUILD b/PKGBUILD
index 83ceec51a523..88aafa6de6a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pandoc-citeproc-bin
-pkgver=2.1.2
+pkgver=2.2.2.1
pkgrel=1
pkgdesc="Pandoc Cite Processor - executable only, without 750MB Haskell depends/makedepends"
url="https://hackage.haskell.org/package/pandoc-citeproc"
@@ -14,7 +14,7 @@ source=(
"https://github.com/jgm/pandoc/releases/download/${pkgver}/pandoc-${pkgver}-linux.tar.gz"
)
sha256sums=(
- "d8c37a2252afc1f53ce482c6e5cc77371f3f3f7e83f40d612fb8dc6fd30963ff"
+ 'c04d02033ff8d1c7dd4201419089bd5cdc62ef4b8af622f4f965788869732d7b'
)
package() {