Date: Monday, January 27, 2014 @ 16:16:44
  Author: alucryd
Revision: 104849

upgpkg: acpi_call 1.1.0-2

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-01-27 15:11:04 UTC (rev 104848)
+++ PKGBUILD    2014-01-27 15:16:44 UTC (rev 104849)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=1
-_extramodules=extramodules-3.12-ARCH
+pkgrel=2
+_extramodules=extramodules-3.13-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.12' 'linux<3.13')
-makedepends=('linux-headers>=3.12' 'linux-headers<3.13')
+depends=('linux>=3.13' 'linux<3.14')
+makedepends=('linux-headers>=3.13' 'linux-headers<3.14')
 install="${pkgname}.install"
 source=("${url}/archive/v${pkgver}.tar.gz")
 sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')

Modified: acpi_call.install
===================================================================
--- acpi_call.install   2014-01-27 15:11:04 UTC (rev 104848)
+++ acpi_call.install   2014-01-27 15:16:44 UTC (rev 104849)
@@ -1,5 +1,5 @@
 post_install() {
-  _extramodules=extramodules-3.12-ARCH
+  _extramodules=extramodules-3.13-ARCH
   depmod $(cat /usr/lib/modules/${_extramodules}/version)
 }
 

Reply via email to