blob: 083e53158ba9e0a285a3cbfeb6b7790814f2fbd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = python-qt-themes
pkgdesc = This is a collection of themes for Qt in Python.
pkgver = 0.3.0
pkgrel = 1
url = https://github.com/beatreichenbach/qt-themes
arch = any
license = MIT
makedepends = git
makedepends = python-build
makedepends = python-wheel
makedepends = python-installer
makedepends = python-flit-core
depends = python
depends = pyside6
source = python-qt-themes-0.3.0.tar.gz::https://github.com/beatreichenbach/qt-themes/archive/refs/tags/v0.3.0.tar.gz
sha256sums = SKIP
pkgname = python-qt-themes
|