Update acpi_call and rename it back

This commit is contained in:
Manuel 2013-05-01 16:32:53 +00:00
parent b49a447be3
commit 5d7d60321b

View File

@ -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')