summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornemesys2022-07-13 23:44:54 -0400
committernemesys2022-07-13 23:44:54 -0400
commit795d57b341aa110a6c2e046c87fea9abe8bedd7c (patch)
tree16b47714414562d3e24d6b22f4fb816e2c1df41d
parent726318403cb0935ed434775687be90c94704c862 (diff)
downloadaur-795d57b341aa110a6c2e046c87fea9abe8bedd7c.tar.gz
Package description update within PKGBUILD. No version change
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 154ae1130a89..71524afc2828 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = lenovo-ice-mode
- pkgdesc = Set Lenovo Intelligent Cooling Engine via acpi_call. Laptops with this feature available in the bios can use %pkgname to switch between Intelligent Cooling, Extreme Performance, and Battery Saving mode.
+ pkgdesc = Set Lenovo Intelligent Cooling Engine via acpi_call. Laptops with this feature available in the bios can use lenovo-ice-mode to switch between Intelligent Cooling, Extreme Performance, and Battery Saving mode.
pkgver = 1.0
pkgrel = 2
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 5a4f877264ae..1506a9087cac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lenovo-ice-mode
pkgver=1.0
pkgrel=2
-pkgdesc='Set Lenovo Intelligent Cooling Engine via acpi_call. Laptops with this feature available in the bios can use %pkgname to switch between Intelligent Cooling, Extreme Performance, and Battery Saving mode.'
+pkgdesc='Set Lenovo Intelligent Cooling Engine via acpi_call. Laptops with this feature available in the bios can use lenovo-ice-mode to switch between Intelligent Cooling, Extreme Performance, and Battery Saving mode.'
arch=('any')
depends=(acpi_call)
source=(lenovo-ice-mode)