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

Felix Yan felixonmars at gemini.archlinux.org
Wed Feb 16 23:23:59 UTC 2022


    Date: Wednesday, February 16, 2022 @ 23:23:58
  Author: felixonmars
Revision: 1133574

upgpkg: python-pypandoc 1.7.2-1

Modified:
  python-pypandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-16 23:06:00 UTC (rev 1133573)
+++ PKGBUILD	2022-02-16 23:23:58 UTC (rev 1133574)
@@ -2,7 +2,7 @@
 # Maintainer: Caleb Maclennan <caleb at alerque.com>
 
 pkgname=python-pypandoc
-pkgver=1.7.0
+pkgver=1.7.2
 pkgrel=1
 pkgdesc="Thin wrapper for pandoc"
 arch=('any')
@@ -12,11 +12,11 @@
 makedepends=('python-setuptools')
 checkdepends=('texlive-core' 'texlive-latexextra')
 source=("https://github.com/bebraw/pypandoc/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('41369c31392e1bae39545ab3d8e81060637f436bcdf6b59bac0071dede5890d9460485ae371509b9c0c7e334c3973ba2ba8b0906f2314420e787f0f9ff356239')
+sha512sums=('e2c5de6d56781484c306214a8757b18f7aa23e64489041ae3876ef8b2c0bf8771cc48246ecc97bf8ae67762364e35d9af5212ca6549f7b81ee16d75b1a85557e')
 
 prepare() {
   # We don't really need pip and wheel at runtime
-  sed -i "s/install_requires = .*/install_requires = ['setuptools'],/" pypandoc-$pkgver/setup.py
+  sed -i "/install_requires = /d" pypandoc-$pkgver/setup.py
 }
 
 build() {



More information about the arch-commits mailing list