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

2020-11-12 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 17:46:01
  Author: felixonmars
Revision: 752804

upgpkg: python-pywal 3.3.0-3: Python 3.9 rebuild

Modified:
  python-pywal/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 17:45:57 UTC (rev 752803)
+++ PKGBUILD2020-11-12 17:46:01 UTC (rev 752804)
@@ -3,7 +3,7 @@
 
 pkgname=python-pywal
 pkgver=3.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Generate and change colorschemes on the fly"
 arch=('any')
 url="https://github.com/dylanaraps/pywal/";


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:44:59
  Author: felixonmars
Revision: 523564

Python 3.8 rebuild

Modified:
  python-pywal/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:44:29 UTC (rev 523563)
+++ PKGBUILD2019-11-04 07:44:59 UTC (rev 523564)
@@ -3,7 +3,7 @@
 
 pkgname=python-pywal
 pkgver=3.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Generate and change colorschemes on the fly"
 arch=('any')
 url="https://github.com/dylanaraps/pywal/";


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

2019-01-22 Thread Morten Linderud via arch-commits
Date: Tuesday, January 22, 2019 @ 13:45:35
  Author: foxboron
Revision: 427014

upgpkg: python-pywal 3.3.0-1

Modified:
  python-pywal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-22 13:37:30 UTC (rev 427013)
+++ PKGBUILD2019-01-22 13:45:35 UTC (rev 427014)
@@ -2,8 +2,8 @@
 # Contributor: Sean Haugh 
 
 pkgname=python-pywal
-pkgver=3.2.1
-pkgrel=2
+pkgver=3.3.0
+pkgrel=1
 pkgdesc="Generate and change colorschemes on the fly"
 arch=('any')
 url="https://github.com/dylanaraps/pywal/";
@@ -12,8 +12,11 @@
 optdepends=('feh: 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=('2301e9949eb6053a80ed59330f8cdbb3a11dab90e198059ea7a1f01894e00a8a')
+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";)
+validpgpkeys=("155DC67DC25496572CDD608FF635E931C2834999")
+sha256sums=('fe8fc1c29d1cad1a1a8580293dcfe32e1fac259f9dbfd5c8877439fa5948d189'
+'SKIP')
 
 build(){
   cd "pywal-${pkgver}"


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

2018-12-30 Thread Morten Linderud via arch-commits
Date: Sunday, December 30, 2018 @ 22:17:15
  Author: foxboron
Revision: 419855

upgpkg: python-pywal 3.2.1-2

Modified:
  python-pywal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-30 22:17:08 UTC (rev 419854)
+++ PKGBUILD2018-12-30 22:17:15 UTC (rev 419855)
@@ -3,13 +3,12 @@
 
 pkgname=python-pywal
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Generate and change colorschemes on the fly"
 arch=('any')
 url="https://github.com/dylanaraps/pywal/";
 license=('MIT')
-depends=('python' 'imagemagick')
-makedepends=('python-setuptools')
+depends=('python' 'imagemagick' 'python-setuptools')
 optdepends=('feh: set wallpaper'
 'nitrogen: set wallpaper'
'python2: reload gtk2 themes on the fly')


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

2018-10-28 Thread Morten Linderud via arch-commits
Date: Sunday, October 28, 2018 @ 12:32:06
  Author: foxboron
Revision: 399262

upgpkg: python-pywal 3.2.1-1

Modified:
  python-pywal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 12:31:08 UTC (rev 399261)
+++ PKGBUILD2018-10-28 12:32:06 UTC (rev 399262)
@@ -2,7 +2,7 @@
 # Contributor: Sean Haugh 
 
 pkgname=python-pywal
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="Generate and change colorschemes on the fly"
 arch=('any')
@@ -14,7 +14,7 @@
 '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=('6b5f6cb6a18690afd5446148440f559d2887187e19be7334b535635f4c88eaa8')
+sha256sums=('2301e9949eb6053a80ed59330f8cdbb3a11dab90e198059ea7a1f01894e00a8a')
 
 build(){
   cd "pywal-${pkgver}"


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

2018-10-26 Thread Morten Linderud via arch-commits
Date: Friday, October 26, 2018 @ 13:33:53
  Author: foxboron
Revision: 399125

upgpkg: python-pywal 3.2.0-1

Modified:
  python-pywal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 13:32:33 UTC (rev 399124)
+++ PKGBUILD2018-10-26 13:33:53 UTC (rev 399125)
@@ -2,8 +2,8 @@
 # Contributor: Sean Haugh 
 
 pkgname=python-pywal
-pkgver=3.1.0
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
 pkgdesc="Generate and change colorschemes on the fly"
 arch=('any')
 url="https://github.com/dylanaraps/pywal/";
@@ -14,7 +14,7 @@
 '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=('2d17982b5803de3da09a0678523c009d9154f2a53cfe643f727445e758d6f4ba')
+sha256sums=('6b5f6cb6a18690afd5446148440f559d2887187e19be7334b535635f4c88eaa8')
 
 build(){
   cd "pywal-${pkgver}"


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 16:36:29
  Author: foutrelis
Revision: 363157

Python 3.7 rebuild

Modified:
  python-pywal/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 16:35:54 UTC (rev 363156)
+++ PKGBUILD2018-07-23 16:36:29 UTC (rev 363157)
@@ -3,7 +3,7 @@
 
 pkgname=python-pywal
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Generate and change colorschemes on the fly"
 arch=('any')
 url="https://github.com/dylanaraps/pywal/";


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

2018-06-21 Thread Morten Linderud via arch-commits
Date: Thursday, June 21, 2018 @ 19:30:32
  Author: foxboron
Revision: 344330

upgpkg: python-pywal 3.1.0-1

Updated to 3.1.0

Modified:
  python-pywal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 19:29:57 UTC (rev 344329)
+++ PKGBUILD2018-06-21 19:30:32 UTC (rev 344330)
@@ -2,7 +2,7 @@
 # Contributor: Sean Haugh 
 
 pkgname=python-pywal
-pkgver=3.0.1
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="Generate and change colorschemes on the fly"
 arch=('any')
@@ -14,7 +14,7 @@
 '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=('d0fd3980a0cb47742292231da3da30ba0b57ed17d65b4e6b7359bca1d9f21108')
+sha256sums=('2d17982b5803de3da09a0678523c009d9154f2a53cfe643f727445e758d6f4ba')
 
 build(){
   cd "pywal-${pkgver}"


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

2018-06-05 Thread Morten Linderud via arch-commits
Date: Tuesday, June 5, 2018 @ 10:48:51
  Author: foxboron
Revision: 340506

upgpkg: python-pywal 3.0.1-1

Updated to 3.0.1

Modified:
  python-pywal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-05 10:46:05 UTC (rev 340505)
+++ PKGBUILD2018-06-05 10:48:51 UTC (rev 340506)
@@ -2,8 +2,8 @@
 # Contributor: Sean Haugh 
 
 pkgname=python-pywal
-pkgver=3.0.0
-pkgrel=3
+pkgver=3.0.1
+pkgrel=1
 pkgdesc="Generate and change colorschemes on the fly"
 arch=('any')
 url="https://github.com/dylanaraps/pywal/";
@@ -14,7 +14,7 @@
 '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')
+sha256sums=('d0fd3980a0cb47742292231da3da30ba0b57ed17d65b4e6b7359bca1d9f21108')
 
 build(){
   cd "pywal-${pkgver}"


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

2018-05-26 Thread Morten Linderud via arch-commits
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
===
--- PKGBUILD2018-05-26 18:52:48 UTC (rev 330390)
+++ PKGBUILD2018-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')