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

Morten Linderud foxboron at archlinux.org
Sat May 26 18:52:52 UTC 2018


    Date: Saturday, May 26, 2018 @ 18:52:51
  Author: foxboron
Revision: 330391

upgpkg: python-pywal 3.0.0-3

python2 as an optdepends

Modified:
  python-pywal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-26 18:52:48 UTC (rev 330390)
+++ PKGBUILD	2018-05-26 18:52:51 UTC (rev 330391)
@@ -3,15 +3,16 @@
 
 pkgname=python-pywal
 pkgver=3.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Generate and change colorschemes on the fly"
 arch=('any')
 url="https://github.com/dylanaraps/pywal/"
 license=('MIT')
-depends=('python' 'python2' 'imagemagick')
+depends=('python' 'imagemagick')
 makedepends=('python-setuptools')
 optdepends=('feh: set wallpaper'
-            'nitrogen: set wallpaper')
+            'nitrogen: set wallpaper'
+	    'python2: reload gtk2 themes on the fly')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/pywal/archive/${pkgver}.tar.gz")
 sha256sums=('5760734dbcedcece2e3cbfab2d52bcfda27cd287126f76b2265b2d66c10b230d')
 



More information about the arch-commits mailing list