Date: Monday, November 14, 2022 @ 10:35:36
Author: jelle
Revision: 1347509
upgpkg: python-unrardll 0.1.5-2: Stop using python setup.py test
Modified:
python-unrardll/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-14 10:34:29 UTC (rev 1347508)
+++ PKGBUILD 2022-11-14 10:35:36 UTC (rev 1347509)
@@ -4,7 +4,7 @@
_pkgname=unrardll
pkgname=python-unrardll
pkgver=0.1.5
-pkgrel=1
+pkgrel=2
pkgdesc="Python wrapper for UnRAR DLL"
arch=('x86_64')
url="https://github.com/kovidgoyal/${_pkgname}"
@@ -27,7 +27,7 @@
check() {
cd "${srcdir}/${_pkgname}-${pkgver}"
- python setup.py test
+ python -m unittest discover -vs .
}
package() {