[arch-commits] Commit in python-reportlab/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Wed Jul 15 22:22:00 UTC 2020
Date: Wednesday, July 15, 2020 @ 22:22:00
Author: foxboron
Revision: 664019
upgpkg: python-reportlab 3.5.42-3 - fixes FS#67292
Modified:
python-reportlab/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-15 22:03:49 UTC (rev 664018)
+++ PKGBUILD 2020-07-15 22:22:00 UTC (rev 664019)
@@ -5,7 +5,7 @@
_origname=reportlab
pkgname=python-reportlab
pkgver=3.5.42
-pkgrel=2
+pkgrel=3
pkgdesc="A proven industry-strength PDF generating solution"
arch=('x86_64')
url="https://bitbucket.org/rptlab/reportlab"
@@ -16,7 +16,7 @@
source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
sha256sums=('9c21f202697a6cea57b9d716288fc919d99cbabeb30222eebfc7ff77eac32744')
-package() {
+build() {
cd ${_origname}-${pkgver}
python setup.py build
}
@@ -24,7 +24,7 @@
check() {
cd ${_origname}-${pkgver}
python setup.py tests
- rm tests/_i_am_actually_a_*
+ rm tests/_i_am_actually_a_*
}
package() {
More information about the arch-commits
mailing list