acpi_call-lts: rebuilt for kernel update

This commit is contained in:
Neophytos 2013-12-21 10:56:02 +00:00
parent 8ba4fcd345
commit 056e16d827

View File

@ -1,15 +1,13 @@
#
# Core Packages for Chakra, part of chakra-project.org
#
# Maintainer: Neophytos Kolokotronis <tetris4 AT gmail DOT com>
# Find the kernel name inside the chroot
_extramodules=extramodules-3.0-lts
_extramodules=extramodules-3.2-lts
_kver="$(cat /lib/modules/${_extramodules}/version)"
pkgname=acpi_call-lts
_pkgname=acpi_call
pkgver=1.0.0
pkgrel=4
pkgrel=5
pkgdesc="A kernel module that enables you to call parameterless ACPI methods by writing the method name to /proc/acpi/call, e.g. to turn off discrete graphics card in a dual graphics environment (like NVIDIA Optimus)."
arch=('x86_64')
url=("http://github.com/mkottman/acpi_call")