summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c898fd4d53c..48ac8d92c959 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pandoc-crossref-bin
pkgdesc = Pandoc Cross References - executable only, without 750MB Haskell depends/makedepends
- pkgver = 0.3.1.0
+ pkgver = 0.3.2.0
pkgrel = 1
url = https://hackage.haskell.org/package/pandoc-crossref
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = pandoc-crossref-bin
conflicts = pandoc-crossref
replaces = pandoc-crossref-static
replaces = pandoc-crossref-lite
- source = pandoc-crossref-0.3.1.0-ghc82.tar.gz::https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.1.0/linux-ghc82-pandoc21.tar.gz
- sha256sums = a75707fe5b6e1150502abc56006495d831ce08c65f5a9dc088086fec890d4c43
+ source = pandoc-crossref-0.3.2.0-ghc84.tar.gz::https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.2.0/linux-ghc84-pandoc22.tar.gz
+ sha256sums = 55e42496a73a7514cc150fa334f5c24c3ea3c6f73e51eed0878fc8c24b8ca237
pkgname = pandoc-crossref-bin
diff --git a/PKGBUILD b/PKGBUILD
index c04c1203c65e..7917cc65ef5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=pandoc-crossref-bin
-pkgver=0.3.1.0
-_pandoc_pkgver=21
-_ghc_pkgver=82
+pkgver=0.3.2.0
+_pandoc_pkgver=22
+_ghc_pkgver=84
pkgrel=1
pkgdesc="Pandoc Cross References - executable only, without 750MB Haskell depends/makedepends"
url="https://hackage.haskell.org/package/pandoc-crossref"
@@ -16,7 +16,7 @@ source=(
"pandoc-crossref-${pkgver}-ghc${_ghc_pkgver}.tar.gz::https://github.com/lierdakil/pandoc-crossref/releases/download/v${pkgver}/linux-ghc${_ghc_pkgver}-pandoc${_pandoc_pkgver}.tar.gz"
)
sha256sums=(
- "a75707fe5b6e1150502abc56006495d831ce08c65f5a9dc088086fec890d4c43"
+ "55e42496a73a7514cc150fa334f5c24c3ea3c6f73e51eed0878fc8c24b8ca237"
)
package() {