summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Kleinschmidt2019-09-19 10:53:48 -0400
committerDave Kleinschmidt2019-09-19 10:53:48 -0400
commitb9f06d4154f6a3479e3aa809a1353ca8697e70e7 (patch)
tree1b6d68ad30b3149b5e23d2b06a91f15db7d0bbba
parent2d47a8c02f689e414baa186760740ecefabd0f1d (diff)
downloadaur-b9f06d4154f6a3479e3aa809a1353ca8697e70e7.tar.gz
needs xnos 2.0.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2e76d0d5e30..e8dde0285293 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = pandoc-tablenos
url = https://github.com/tomduck/pandoc-tablenos
arch = any
license = GPL
- depends = pandoc-xnos>=0.15.0
+ depends = pandoc-xnos>=2.0.0
source = https://github.com/tomduck/pandoc-tablenos/archive/2.0.0.tar.gz
md5sums = f375d3a8f63887d492d5e3bbe4849079
diff --git a/PKGBUILD b/PKGBUILD
index 244c70fa8eeb..5a01d28f8998 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=2.0.0
pkgrel=1
pkgdesc="Table number filter for pandoc"
url="https://github.com/tomduck/pandoc-tablenos"
-depends=('pandoc-xnos>=0.15.0')
+depends=('pandoc-xnos>=2.0.0')
license=('GPL')
arch=('any')
source=("https://github.com/tomduck/pandoc-tablenos/archive/${pkgver}.tar.gz")