Date: Saturday, October 8, 2022 @ 22:01:19
  Author: felixonmars
Revision: 1324443

upgpkg: python-pypandoc 1.9-2: fix pep517 backend

Modified:
  python-pypandoc/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-08 21:59:39 UTC (rev 1324442)
+++ PKGBUILD    2022-10-08 22:01:19 UTC (rev 1324443)
@@ -3,13 +3,13 @@
 
 pkgname=python-pypandoc
 pkgver=1.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Thin wrapper for pandoc"
 arch=('any')
 license=('MIT')
 url="https://github.com/bebraw/pypandoc";
 depends=('pandoc')
-makedepends=('python-build' 'python-installer' 'python-poetry' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-poetry-core' 
'python-wheel')
 checkdepends=('texlive-core' 'texlive-latexextra')
 
source=("https://github.com/bebraw/pypandoc/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
 
sha512sums=('3cb95ffe21dc049f6b758314e2292b4db4eb7994540c10a2f25d9404f933ab2cea59f116432b77881bd9f8e651b73e64d8bfe2819720b2bae2aff438e70ebe5d')

Reply via email to