[arch-commits] Commit in acpi_call/trunk (PKGBUILD acpi_call.install)

Thomas Bächler thomas at nymeria.archlinux.org
Tue Apr 1 22:24:11 UTC 2014


    Date: Wednesday, April 2, 2014 @ 00:24:11
  Author: thomas
Revision: 108706

upgpkg: acpi_call 1.1.0-3: rebuild for 3.14

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-04-01 17:29:25 UTC (rev 108705)
+++ PKGBUILD	2014-04-01 22:24:11 UTC (rev 108706)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=2
-_extramodules=extramodules-3.13-ARCH
+pkgrel=3
+_extramodules=extramodules-3.14-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.13' 'linux<3.14')
-makedepends=('linux-headers>=3.13' 'linux-headers<3.14')
+depends=('linux>=3.14' 'linux<3.15')
+makedepends=('linux-headers>=3.14' 'linux-headers<3.15')
 install="${pkgname}.install"
 source=("${url}/archive/v${pkgver}.tar.gz")
 sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')

Modified: acpi_call.install
===================================================================
--- acpi_call.install	2014-04-01 17:29:25 UTC (rev 108705)
+++ acpi_call.install	2014-04-01 22:24:11 UTC (rev 108706)
@@ -1,5 +1,5 @@
 post_install() {
-  _extramodules=extramodules-3.13-ARCH
+  _extramodules=extramodules-3.14-ARCH
   depmod $(cat /usr/lib/modules/${_extramodules}/version)
 }
 




More information about the arch-commits mailing list