summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgsc2020-01-31 22:41:10 +0800
committergsc2020-01-31 22:41:10 +0800
commit7c2de0b59efe20a85b0ee949833060910b4e80c2 (patch)
treebd9aff5c44d9823ebf7f6631a36fb02c76895087
parentee63bec3d3526095824dc92e93a54aaa8efec3fe (diff)
downloadaur-7c2de0b59efe20a85b0ee949833060910b4e80c2.tar.gz
upd
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 282ae545fbc6..93ef3abdadd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
pkgbase = pandoc-bin
pkgdesc = Pandoc - executable only, without 750MB Haskell depends/makedepends
- pkgver = 2.7.3
+ pkgver = 2.9.1.1
pkgrel = 1
url = http://pandoc.org
arch = x86_64
license = GPL
- depends = cmark
optdepends = texlive-core: for pdf output
provides = pandoc
conflicts = pandoc
replaces = pandoc-static
replaces = pandoc-lite
- source = https://github.com/jgm/pandoc/releases/download/2.7.3/pandoc-2.7.3-linux.tar.gz
- source = https://github.com/jgm/pandoc/archive/2.7.3.tar.gz
- sha256sums = eb775fd42ec50329004d00f0c9b13076e707cdd44745517c8ce2581fb8abdb75
- sha256sums = e21eabd337a648bf3ab218b46745d23d18666296133bea441c3cba40e3bac0e7
+ source = https://github.com/jgm/pandoc/releases/download/2.9.1.1/pandoc-2.9.1.1-linux-amd64.tar.gz
+ source = https://github.com/jgm/pandoc/archive/2.9.1.1.tar.gz
+ sha256sums = 80ffb2455ed24b9211d5a12cba21c3bc4defd28d4fabdbf4e1fb9baa42c438e5
+ sha256sums = df776d5f27239fce9de6198b14c2bf3afce7bdc2ce77b0aace82431e3cedd08f
pkgname = pandoc-bin
diff --git a/PKGBUILD b/PKGBUILD
index 63246b0f4e84..0ae817e83fde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pandoc-bin
-pkgver=2.7.3
+pkgver=2.9.1.1
pkgrel=1
pkgdesc="Pandoc - executable only, without 750MB Haskell depends/makedepends"
url="http://pandoc.org"
@@ -8,19 +8,19 @@ arch=('x86_64')
conflicts=("pandoc")
provides=("pandoc")
replaces=('pandoc-static' 'pandoc-lite')
-depends=('cmark')
+depends=()
optdepends=(
'texlive-core: for pdf output'
)
source=(
- "https://github.com/jgm/pandoc/releases/download/${pkgver}/pandoc-${pkgver}-linux.tar.gz"
+ "https://github.com/jgm/pandoc/releases/download/${pkgver}/pandoc-${pkgver}-linux-amd64.tar.gz"
# The binary release doesn't have the datafiles, so we need to yoink those out of the source tarball, too.
"https://github.com/jgm/pandoc/archive/${pkgver}.tar.gz"
)
-sha256sums=('eb775fd42ec50329004d00f0c9b13076e707cdd44745517c8ce2581fb8abdb75'
- 'e21eabd337a648bf3ab218b46745d23d18666296133bea441c3cba40e3bac0e7')
+sha256sums=('80ffb2455ed24b9211d5a12cba21c3bc4defd28d4fabdbf4e1fb9baa42c438e5'
+ 'df776d5f27239fce9de6198b14c2bf3afce7bdc2ce77b0aace82431e3cedd08f')
package() {
cd "${srcdir}/pandoc-${pkgver}"