summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParmjot Singh2024-03-15 16:10:23 +1300
committerParmjot Singh2024-03-15 16:10:23 +1300
commit3ba09066306b93c1b2425af1f4ed5f8316486d97 (patch)
treef1a1527d40c1b0e1a639bc9c51c7bc3916b305c6
parent91f1bbc53901d67906c8bc7a20d2917f0e892227 (diff)
downloadaur-3ba09066306b93c1b2425af1f4ed5f8316486d97.tar.gz
fix license
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72414f84c6a6..a6869818e7f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
# shellcheck disable=SC2034,2164,2154
pkgname=auto-cpufreq
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Automatic CPU speed & power optimizer"
arch=('any')
url="https://github.com/AdnanHodzic/auto-cpufreq"
-license=('LGPL3')
+license=('LGPL-3.0-or-later')
depends=('python' 'python-setuptools' 'python-psutil' 'python-click' 'python-distro' 'python-requests' 'python-gobject' 'dmidecode' 'gobject-introspection' 'gtk3')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-poetry-core' 'python-poetry-dynamic-versioning' )
@@ -34,9 +34,6 @@ sha256sums=('d84d45a1638f5bff72b5ce7c1653886143cdbb4c6b198e63e054b6a18f7ade68'
'afe7e64dbde2ea599b319e8632d72a3c237b5c4275dd31d0f40e39719193a67b'
'1f6ee3f549a0fe4d818c8301d9e6a893bfb473ad3c0d9d0b93d38fd4a6635dc5')
-
-
-
build() {
cd "$srcdir/$pkgname-$pkgver"