Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-darkdetect
Commits: 9e6f4ebb by Jelle van der Waa at 2024-04-05T11:53:09+02:00 upgpkg: 0.8.0-3: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,17 @@ +pkgbase = python-darkdetect + pkgdesc = Detect OS Dark Mode from Python + pkgver = 0.8.0 + pkgrel = 3 + url = https://github.com/albertosottile/darkdetect + arch = any + license = BSD + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + makedepends = python-setuptools + depends = python + source = python-darkdetect::git+https://github.com/albertosottile/darkdetect.git#commit=64ce54e20be54cc41f85c8c208d35a4137b958d3 + b2sums = SKIP + +pkgname = python-darkdetect ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-darkdetect pkgver=0.8.0 -pkgrel=2 +pkgrel=3 pkgdesc='Detect OS Dark Mode from Python' arch=('any') url='https://github.com/albertosottile/darkdetect' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-darkdetect/-/commit/9e6f4ebbaaddac5bbb125a2c2b95943423d1b1f3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-darkdetect/-/commit/9e6f4ebbaaddac5bbb125a2c2b95943423d1b1f3 You're receiving this email because of your account on gitlab.archlinux.org.
