summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoajfreitas2023-03-09 08:41:12 +0000
committerjoajfreitas2023-03-09 08:41:12 +0000
commit8ed33b6bee91fc5eb42d34e897bc3cba83cedce7 (patch)
tree84a4eecb3e49c8698705ce8750cc93544b25fd2f
parent888ef18f2b28932a9c082fe410dac51031ab5430 (diff)
downloadaur-8ed33b6bee91fc5eb42d34e897bc3cba83cedce7.tar.gz
Fix license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29d339b58e23..8db80743104b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = python-pyqtdarktheme
pkgrel = 1
url = https://pypi.org/project/pyqtdarktheme
arch = any
- license = GPLv3
+ license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
diff --git a/PKGBUILD b/PKGBUILD
index c30c599192f4..2effaf939107 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='Flat dark theme for PySide and PyQt'
arch=('any')
url='https://pypi.org/project/pyqtdarktheme'
-license=('GPLv3')
+license=('MIT')
depends=('python')
optdepends=()
makedepends=('python-build' 'python-installer' 'python-wheel')