Date: Monday, June 9, 2014 @ 14:13:38
  Author: foutrelis
Revision: 112886

upgpkg: acpi_call 1.1.0-6

Linux 3.15 rebuild.

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    2014-06-09 12:12:48 UTC (rev 112885)
+++ PKGBUILD    2014-06-09 12:13:38 UTC (rev 112886)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=5
-_extramodules=extramodules-3.14-ARCH
+pkgrel=6
+_extramodules=extramodules-3.15-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/${pkgname}";
 license=('GPL')
-depends=('linux>=3.14' 'linux<3.15')
-makedepends=('linux-headers>=3.14' 'linux-headers<3.15')
+depends=('linux>=3.15' 'linux<3.16')
+makedepends=('linux-headers>=3.15' 'linux-headers<3.16')
 install="${pkgname}.install"
 source=("${url}/archive/v${pkgver}.tar.gz")
 sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')

Modified: acpi_call.install
===================================================================
--- acpi_call.install   2014-06-09 12:12:48 UTC (rev 112885)
+++ acpi_call.install   2014-06-09 12:13:38 UTC (rev 112886)
@@ -1,5 +1,5 @@
 post_install() {
-  _extramodules=extramodules-3.14-ARCH
+  _extramodules=extramodules-3.15-ARCH
   depmod $(cat /usr/lib/modules/${_extramodules}/version)
 }
 

Reply via email to