[arch-commits] Commit in python-pypandoc/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jul 13 21:01:14 UTC 2018


    Date: Friday, July 13, 2018 @ 21:01:13
  Author: felixonmars
Revision: 358827

upgpkg: python-pypandoc 1.4-2

Python 3.7 rebuild

Modified:
  python-pypandoc/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-13 20:56:19 UTC (rev 358826)
+++ PKGBUILD	2018-07-13 21:01:13 UTC (rev 358827)
@@ -4,13 +4,13 @@
 pkgbase=python-pypandoc
 pkgname=('python-pypandoc' 'python2-pypandoc')
 pkgver=1.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Thin wrapper for pandoc"
 arch=('any')
 license=('MIT')
 url="https://github.com/bebraw/pypandoc"
 makedepends=('python-setuptools' 'python2-setuptools' 'pandoc')
-checkdepends=('texlive-core' 'pandoc-citeproc')
+checkdepends=('texlive-core' 'texlive-latexextra' 'pandoc-citeproc')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/bebraw/pypandoc/archive/$pkgver.tar.gz")
 sha512sums=('e6210c8b63758d09b12f1cef2e755ae70befa2b5cd66034d9981217b2fa684b90bf6b6edc46968abcb775721a0b32467c924866be743dde74fe77a20b94453d5')
 
@@ -30,7 +30,7 @@
 }
 
 check() {
-  # https://github.com/bebraw/pypandoc/issues/132
+  # https://github.com/bebraw/pypandoc/issues/163
 
   cd "$srcdir"/pypandoc-$pkgver
   LC_CTYPE=en_US.UTF-8 python setup.py test || warning "Tests failed"



More information about the arch-commits mailing list