summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58337f30ef4f..0800ee521c11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = tpacpi-bat-git
pkgrel = 1
url = https://github.com/teleshoes/tpacpi-bat
arch = any
- license = GPLv3
+ license = GPL3
makedepends = git
depends = perl
depends = acpi_call
diff --git a/PKGBUILD b/PKGBUILD
index 2c39dfc1ae29..1edac824b4c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='A Perl script with ACPI calls for recent ThinkPads which are not supported by tp_smapi'
arch=('any')
url='https://github.com/teleshoes/tpacpi-bat'
-license=('GPLv3')
+license=('GPL3')
depends=('perl' 'acpi_call')
makedepends=('git')
provides=('tpacpi-bat')