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 =================================================================== --- PKGBUILD 2019-01-22 13:37:30 UTC (rev 427013) +++ PKGBUILD 2019-01-22 13:45:35 UTC (rev 427014) @@ -2,8 +2,8 @@ # Contributor: Sean Haugh <[email protected]> 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}"
