summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshwin Vishnu2019-06-24 15:43:26 +0200
committerAshwin Vishnu2019-06-24 15:43:26 +0200
commit688a39ff3257152c9f4590b7f6dd95274a38c5b1 (patch)
tree58be1898bc51c5f8db1c5f902c71d553882b6352
parent5e0ad687193e7b472f839bb62345dddc786ebbe7 (diff)
downloadaur-688a39ff3257152c9f4590b7f6dd95274a38c5b1.tar.gz
Version bump: 2.7.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 047dddd50195..481658fb613e 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.7.2
+ pkgver = 2.7.3
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.7.2/pandoc-2.7.2-linux.tar.gz
- sha256sums = 6741f73e37a900deee56bc2dc71c2893fb28e0961557db36eb029368de5183c2
+ source = https://github.com/jgm/pandoc/releases/download/2.7.3/pandoc-2.7.3-linux.tar.gz
+ sha256sums = eb775fd42ec50329004d00f0c9b13076e707cdd44745517c8ce2581fb8abdb75
pkgname = pandoc-citeproc-bin
diff --git a/PKGBUILD b/PKGBUILD
index a1202f40936d..84aad0426a0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pandoc-citeproc-bin
-pkgver=2.7.2
+pkgver=2.7.3
pkgrel=1
pkgdesc="Pandoc Cite Processor - executable only, without 750MB Haskell depends/makedepends"
url="https://hackage.haskell.org/package/pandoc-citeproc"
@@ -13,7 +13,7 @@ depends=('pandoc')
source=(
"https://github.com/jgm/pandoc/releases/download/${pkgver}/pandoc-${pkgver}-linux.tar.gz"
)
-sha256sums=('6741f73e37a900deee56bc2dc71c2893fb28e0961557db36eb029368de5183c2')
+sha256sums=('eb775fd42ec50329004d00f0c9b13076e707cdd44745517c8ce2581fb8abdb75')
package() {
# the original pandoc executable is provided by a different package.