summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoron Behar2017-12-15 21:55:44 +0200
committerDoron Behar2017-12-15 21:55:44 +0200
commit6f5af55754986b811a9c085d7f1c7add68a2c9f8 (patch)
tree6e6bc6bad3efed70f25d3ec827fc078817105a32
parentd89e2dffd148f2bcf3fc72d88f6c840eea7ae197 (diff)
downloadaur-6f5af55754986b811a9c085d7f1c7add68a2c9f8.tar.gz
Update to v0.3.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86cdea8ab814..674522a3e6f2 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.2.6.0
+ pkgver = 0.3.0.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 = https://github.com/lierdakil/pandoc-crossref/releases/download/v0.2.6.0/linux-ghc8-pandoc-1-19.tar.gz
- sha256sums = 78fec4867aeee470505c46b6e1ec986cbaef06588e0a8951fa1feb4e2b41d197
+ source = https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.0.0/linux-ghc8-pandoc-2-0.tar.gz
+ sha256sums = 1ad617888ebee9b1a45bf0100184d0403edb2ad4d3d65ec270fc0c0d7e324f21
pkgname = pandoc-crossref-bin
diff --git a/PKGBUILD b/PKGBUILD
index e5679336f097..719791169ceb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=pandoc-crossref-bin
-pkgver=0.2.6.0
-pandoc_pkgver=1-19
+pkgver=0.3.0.0
+pandoc_pkgver=2-0
pkgrel=1
pkgdesc="Pandoc Cross References - executable only, without 750MB Haskell depends/makedepends"
url="https://hackage.haskell.org/package/pandoc-crossref"
@@ -15,7 +15,7 @@ source=(
"https://github.com/lierdakil/pandoc-crossref/releases/download/v${pkgver}/linux-ghc8-pandoc-${pandoc_pkgver}.tar.gz"
)
sha256sums=(
- "78fec4867aeee470505c46b6e1ec986cbaef06588e0a8951fa1feb4e2b41d197"
+ "1ad617888ebee9b1a45bf0100184d0403edb2ad4d3d65ec270fc0c0d7e324f21"
)
package() {