summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Kleinschmidt2019-05-29 11:41:35 -0400
committerDave Kleinschmidt2019-05-29 11:41:35 -0400
commit3530789e54390b58bfea9b14d1e85446944b8c51 (patch)
treedc46151975d7de66efe4f36705a289ae96c9bace
parent8042dd6c17c5e87c6df0b7161af37efb7568370d (diff)
downloadaur-3530789e54390b58bfea9b14d1e85446944b8c51.tar.gz
version 1.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 800fbbda2b8d..f2b0474fe4e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pandoc-tablenos
pkgdesc = Table number filter for pandoc
- pkgver = 1.2.0
+ pkgver = 1.4.2
pkgrel = 1
url = https://github.com/tomduck/pandoc-tablenos
arch = any
license = GPL
depends = pandoc-xnos>=0.15.0
- source = https://github.com/tomduck/pandoc-tablenos/archive/1.2.0.tar.gz
- md5sums = ead284827c7e0e100ee84eed2315deef
+ source = https://github.com/tomduck/pandoc-tablenos/archive/1.4.2.tar.gz
+ md5sums = 430265b513c49071898ddfdb06222b25
pkgname = pandoc-tablenos
diff --git a/PKGBUILD b/PKGBUILD
index 6d2f4d9b16eb..9c32a839d31c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Mantainer: Dave Kleinschmidt <gmail.com: dave.f.kleinschmidt>
pkgname=pandoc-tablenos
-pkgver=1.2.0
+pkgver=1.4.2
pkgrel=1
pkgdesc="Table number filter for pandoc"
url="https://github.com/tomduck/pandoc-tablenos"
@@ -9,7 +9,7 @@ depends=('pandoc-xnos>=0.15.0')
license=('GPL')
arch=('any')
source=("https://github.com/tomduck/pandoc-tablenos/archive/${pkgver}.tar.gz")
-md5sums=('ead284827c7e0e100ee84eed2315deef')
+md5sums=('430265b513c49071898ddfdb06222b25')
build() {
cd "$srcdir/pandoc-tablenos-${pkgver}"