v2.1.0 - 5

This commit is contained in:
João Freitas 2026-01-27 19:22:11 +00:00
parent 937d4e0d09
commit 44a10cdc96
No known key found for this signature in database
GPG key ID: E7EF5BDBBED2E1E6
2 changed files with 4 additions and 5 deletions

View file

@ -9,9 +9,8 @@ pkgbase = python-pyqtdarktheme
makedepends = python-installer
makedepends = python-wheel
makedepends = poetry
makedepends = python-darkdetect
depends = python
depends = darkdetect
depends = python-darkdetect
provides = pyqtdarktheme
source = https://files.pythonhosted.org/packages/source/p/pyqtdarktheme/pyqtdarktheme-2.1.0.tar.gz
sha256sums = 5f8274ddfa3a5481ed9743cdb0f9debfeb7ff695b3a0d202a8104361d17dadb8

View file

@ -3,14 +3,14 @@
pkgname=python-pyqtdarktheme
_name=${pkgname#python-}
pkgver=2.1.0
pkgrel=4
pkgrel=5
pkgdesc='Flat dark theme for PySide and PyQt'
arch=('any')
url='https://pypi.org/project/pyqtdarktheme'
license=('MIT')
depends=('python' 'darkdetect')
depends=('python' 'python-darkdetect')
optdepends=()
makedepends=('python-build' 'python-installer' 'python-wheel' 'poetry' 'python-darkdetect')
makedepends=('python-build' 'python-installer' 'python-wheel' 'poetry')
provides=('pyqtdarktheme')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
sha256sums=('5f8274ddfa3a5481ed9743cdb0f9debfeb7ff695b3a0d202a8104361d17dadb8')