diff --git a/acpi-call/PKGBUILD b/acpi-call/PKGBUILD index a68805a7f..7c4ecd933 100644 --- a/acpi-call/PKGBUILD +++ b/acpi-call/PKGBUILD @@ -1,23 +1,21 @@ # # Core Packages for Chakra, part of chakra-project.org -# -# maintainer abveritas@chakra-project.org -_kver="3.7.6-2-CHAKRA" +_kver="3.8.8-1-CHAKRA" -pkgname=acpi-call +pkgname=acpi_call _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") license=('GPL') -depends=('linux>=3.7' 'linux<3.8' 'linux-headers') +depends=('linux>=3.8' 'linux<3.9' 'linux-headers') makedepends=('git') -provides=('acpi_call') -replaces=('acpi_call') -conflicts=('acpi_call') +provides=('acpi-call') +replaces=('acpi-call') +conflicts=('acpi-call') install=acpi_call.install source=("https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz") md5sums=('3c71239792ddd725d13f7c8d168b4ecf')