summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--epubcheck.17
3 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa0066564df9..cda842e36e4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = epubcheck
pkgdesc = A tool to validate epub files.
pkgver = 4.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/IDPF/epubcheck
arch = any
license = BSD
@@ -11,7 +11,7 @@ pkgbase = epubcheck
source = epubcheck-4.2.0.tar.gz::https://github.com/w3c/epubcheck/archive/v4.2.0.tar.gz
source = epubcheck.1
sha512sums = 79b2cd9ece1f78b492f8d4b3b6e0a206d795515513aa0b0c6e3f5dd1ca812b01e5a00c69e83600318d9857b200fd3f65ce1b00ac8a26bb317dc37de1653f1c6e
- sha512sums = f15527b6283053d3ae8e03679ed011b75b52e1d14b765a49565d17bb7d2aad785d57db477a692a3df89bfcacf80b03c7c98d652946d03ceb343edc48f40a635d
+ sha512sums = 9aa8537908a866019195cb6456a8a8c187d8fe2ef8d79b4322ceeccffdd84aeea314706277ee535241052d4d8048279c5f6e3576a2420651cbb4d8483946febb
pkgname = epubcheck
diff --git a/PKGBUILD b/PKGBUILD
index f237b03e7b24..0b4f487fe412 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=epubcheck
pkgver=4.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to validate epub files."
arch=('any')
url="https://github.com/IDPF/epubcheck"
@@ -13,7 +13,7 @@ makedepends=('maven')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/w3c/epubcheck/archive/v${pkgver}.tar.gz"
"epubcheck.1")
sha512sums=('79b2cd9ece1f78b492f8d4b3b6e0a206d795515513aa0b0c6e3f5dd1ca812b01e5a00c69e83600318d9857b200fd3f65ce1b00ac8a26bb317dc37de1653f1c6e'
- 'f15527b6283053d3ae8e03679ed011b75b52e1d14b765a49565d17bb7d2aad785d57db477a692a3df89bfcacf80b03c7c98d652946d03ceb343edc48f40a635d')
+ '9aa8537908a866019195cb6456a8a8c187d8fe2ef8d79b4322ceeccffdd84aeea314706277ee535241052d4d8048279c5f6e3576a2420651cbb4d8483946febb')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/epubcheck.1 b/epubcheck.1
index f9fb22f0f06f..be05a4d35f0e 100644
--- a/epubcheck.1
+++ b/epubcheck.1
@@ -1,5 +1,5 @@
-.\" Enhanced version of file generated by help2man 1.47.3
-.TH EPUBCHECK 1 "2016-06-01" "epubcheck 4.0.1" "Epubcheck Manual"
+.\" Enhanced version of file generated by help2man 1.47.10
+.TH EPUBCHECK 1 "2019-04-24" "epubcheck 4.2.0" "Epubcheck Manual"
.SH NAME
\fBepubcheck\fR - a tool to validate EPUB files
.SH SYNOPSIS
@@ -52,6 +52,9 @@ Include fatal, error, and warn severity messages in output
Include ePub feature usage information in output (default is OFF); if enabled, usage information will
always be included in the output file
.TP
+\fB\-\-locale\fR
+Output localized messages according to the provided IETF BCP 47 language tag string
+.TP
\fB\-l\fR, \fB\-\-listChecks\fR \fIfile\fR
List message ids and severity levels to the custom message file named \fIfile\fR or the console
.TP