Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / python-pywal
Commits: 1a68d2d4 by Morten Linderud at 2024-04-05T21:02:51+02:00 upgpkg: 3.3.0-9: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,19 @@ +pkgbase = python-pywal + pkgdesc = Generate and change colorschemes on the fly + pkgver = 3.3.0 + pkgrel = 9 + url = https://github.com/dylanaraps/pywal/ + arch = any + license = MIT + makedepends = python-setuptools + depends = python + depends = imagemagick + optdepends = feh: set wallpaper + optdepends = nitrogen: set wallpaper + source = python-pywal-3.3.0.tar.gz::https://github.com/dylanaraps/pywal/archive/3.3.0.tar.gz + source = python-pywal-3.3.0.tar.gz.asc::https://github.com/dylanaraps/pywal/releases/download/3.3.0/3.3.0.tar.gz.asc + validpgpkeys = 155DC67DC25496572CDD608FF635E931C2834999 + sha256sums = fe8fc1c29d1cad1a1a8580293dcfe32e1fac259f9dbfd5c8877439fa5948d189 + sha256sums = SKIP + +pkgname = python-pywal ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-pywal pkgver=3.3.0 -pkgrel=8 +pkgrel=9 pkgdesc="Generate and change colorschemes on the fly" arch=('any') url="https://github.com/dylanaraps/pywal/" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pywal/-/commit/1a68d2d410a90bad50085cd89d1643386a1e7bb3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pywal/-/commit/1a68d2d410a90bad50085cd89d1643386a1e7bb3 You're receiving this email because of your account on gitlab.archlinux.org.
