[arch-commits] Commit in acpi_call/trunk (PKGBUILD acpi_call.install)
Maxime Gauduin
alucryd at archlinux.org
Thu Feb 12 21:06:14 UTC 2015
Date: Thursday, February 12, 2015 @ 22:06:13
Author: alucryd
Revision: 127629
FS#43772: acpi_call 1.1.0-24
Modified:
acpi_call/trunk/PKGBUILD
acpi_call/trunk/acpi_call.install
-------------------+
PKGBUILD | 8 ++++----
acpi_call.install | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-12 20:42:16 UTC (rev 127628)
+++ PKGBUILD 2015-02-12 21:06:13 UTC (rev 127629)
@@ -5,14 +5,14 @@
pkgname=acpi_call
pkgver=1.1.0
-pkgrel=23
-_extramodules=extramodules-3.18-ARCH
+pkgrel=24
+_extramodules=extramodules-3.19-ARCH
pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call'
arch=('i686' 'x86_64')
url='http://github.com/mkottman/acpi_call'
license=('GPL')
-depends=('linux>=3.18' 'linux<3.19')
-makedepends=('linux-headers>=3.18' 'linux-headers<3.19')
+depends=('linux>=3.19' 'linux<3.20')
+makedepends=('linux-headers>=3.19' 'linux-headers<3.20')
install='acpi_call.install'
source=("http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz")
sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
Modified: acpi_call.install
===================================================================
--- acpi_call.install 2015-02-12 20:42:16 UTC (rev 127628)
+++ acpi_call.install 2015-02-12 21:06:13 UTC (rev 127629)
@@ -1,5 +1,5 @@
post_install() {
- _extramodules=extramodules-3.18-ARCH
+ _extramodules=extramodules-3.19-ARCH
depmod $(cat /usr/lib/modules/${_extramodules}/version)
}
More information about the arch-commits
mailing list