summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1506a9087cac..6b134d4ba01e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=lenovo-ice-mode
pkgver=1.0
-pkgrel=2
+pkgrel=3
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)
-sha512sums=('a27fd6a80fed4359211b7cb4d8b4b5e1e1e22ce8ff80599ed8f0ec5d8b03750ff54a3c4c0f6a03ce39fde4588470edf3ac92086b1ee4fecdf8b3ec4bd15eabc4')
+sha512sums=('6ae4173fc9a9f948d7522d0a4ddaf4991e9c79e685faaa9338bbb6ca5956a2fbea1389283f606b21d2be2b9b005d4b122b786667361161af54426ad127dd7e58')
package() {
mkdir -p "${pkgdir}"/usr/local/bin
install -Dm755 lenovo-ice-mode "${pkgdir}/usr/local/bin"