aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Wanner2019-10-21 11:23:15 +0200
committerDaniel Wanner2019-10-21 11:23:15 +0200
commit4d55969b5d8543d190b3cfb5adb9df77072f7854 (patch)
tree1d92a030b591b9673d0fbc571071f19451481df7 /PKGBUILD
parentdba899289b808aa831e20f38cac6fa17ea87bacb (diff)
downloadaur-4d55969b5d8543d190b3cfb5adb9df77072f7854.tar.gz
Fixed incorrect license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5b61cce3197..b3ed09dfe17c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname="ryzenadj-git"
pkgver=0.5.2.r2.g82afad3
-pkgrel=1
+pkgrel=2
pkgdesc="RyzenAdj tool for adjusting Ryzen Mobile power states"
url="https://github.com/FlyGoat/RyzenAdj"
arch=("x86_64")
depends=("pciutils")
makedepends=("git" "cmake")
-license=("LGPL2")
+license=("LGPL3")
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("${pkgname%-git}::git+https://github.com/FlyGoat/RyzenAdj")