[arch-commits] Commit in acpi_call/trunk (PKGBUILD acpi_call.install)
Tobias Powalowski
tpowa at archlinux.org
Thu Sep 3 19:26:59 UTC 2015
Date: Thursday, September 3, 2015 @ 21:26:59
Author: tpowa
Revision: 139155
upgpkg: acpi_call 1.1.0-35
rebuild against 4.2 series
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-09-03 19:01:34 UTC (rev 139154)
+++ PKGBUILD 2015-09-03 19:26:59 UTC (rev 139155)
@@ -5,14 +5,14 @@
pkgname=acpi_call
pkgver=1.1.0
-pkgrel=34
-_extramodules=extramodules-4.1-ARCH
+pkgrel=35
+_extramodules=extramodules-4.2-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>=4.1' 'linux<4.2')
-makedepends=('linux-headers>=4.1' 'linux-headers<4.2')
+depends=('linux>=4.2' 'linux<4.3')
+makedepends=('linux-headers>=4.2' 'linux-headers<4.3')
install='acpi_call.install'
source=("$pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz")
sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
Modified: acpi_call.install
===================================================================
--- acpi_call.install 2015-09-03 19:01:34 UTC (rev 139154)
+++ acpi_call.install 2015-09-03 19:26:59 UTC (rev 139155)
@@ -1,5 +1,5 @@
post_install() {
- _extramodules=extramodules-4.1-ARCH
+ _extramodules=extramodules-4.2-ARCH
depmod $(cat /usr/lib/modules/${_extramodules}/version)
}
More information about the arch-commits
mailing list