diff --git a/acpi-call-lts/PKGBUILD b/acpi-call-lts/PKGBUILD index 8c427326af963c89d151f6bff69c05b931d0277e..87c3a081b85d1ba50f7a82d795135ab23baf910b 100644 --- a/acpi-call-lts/PKGBUILD +++ b/acpi-call-lts/PKGBUILD @@ -8,7 +8,7 @@ _kver="3.0.62-1-lts" pkgname=acpi-call-lts _pkgname=acpi_call pkgver=1.0.0 -pkgrel=1 +pkgrel=2 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") @@ -16,7 +16,7 @@ license=('GPL') depends=('linux-lts>=3.0' 'linux-lts<3.1' 'linux-lts-headers') makedepends=('git') provides=('acpi_call' 'acpi_call-lts') -replaces=('acpi_call' 'acpi_call-lts') +replaces=('acpi_call-lts') conflicts=('acpi_call' 'acpi_call-lts') install=acpi_call.install source=("https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz")