Date: Thursday, December 15, 2022 @ 19:16:56
  Author: foxboron
Revision: 1359385

upgpkg: python-pywal 3.3.0-7

Modified:
  python-pywal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-15 19:12:49 UTC (rev 1359384)
+++ PKGBUILD    2022-12-15 19:16:56 UTC (rev 1359385)
@@ -3,16 +3,17 @@
 
 pkgname=python-pywal
 pkgver=3.3.0
-pkgrel=5
+pkgrel=7
 pkgdesc="Generate and change colorschemes on the fly"
 arch=('any')
 url="https://github.com/dylanaraps/pywal/";
 license=('MIT')
-depends=('python' 'imagemagick' 'python-setuptools')
+depends=('python' 'imagemagick')
+makedepends=('python-setuptools')
 optdepends=('feh: set wallpaper'
             'nitrogen: set wallpaper')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/pywal/archive/${pkgver}.tar.gz";
-               
"$pkgname-$pkgver.tar.gz.asc::https://github.com/dylanaraps/pywal/releases/download/${pkgver}/${pkgver}.tar.gz.asc";)
+        
"$pkgname-$pkgver.tar.gz.asc::https://github.com/dylanaraps/pywal/releases/download/${pkgver}/${pkgver}.tar.gz.asc";)
 validpgpkeys=("155DC67DC25496572CDD608FF635E931C2834999")
 sha256sums=('fe8fc1c29d1cad1a1a8580293dcfe32e1fac259f9dbfd5c8877439fa5948d189'
             'SKIP')
@@ -24,7 +25,7 @@
 
 check(){
   cd "pywal-${pkgver}"
-  python setup.py test
+  python -m unittest discover -vs tests
 }
 
 package() {

Reply via email to