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

Tobias Powalowski tpowa at archlinux.org
Mon Aug 4 07:10:28 UTC 2014


    Date: Monday, August 4, 2014 @ 09:10:28
  Author: tpowa
Revision: 116819

upgpkg: acpi_call 1.1.0-11

rebuild against 3.16

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-08-04 03:49:43 UTC (rev 116818)
+++ PKGBUILD	2014-08-04 07:10:28 UTC (rev 116819)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=10
-_extramodules=extramodules-3.15-ARCH
+pkgrel=11
+_extramodules=extramodules-3.16-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.15' 'linux<3.16')
-makedepends=('linux-headers>=3.15' 'linux-headers<3.16')
+depends=('linux>=3.16' 'linux<3.17')
+makedepends=('linux-headers>=3.16' 'linux-headers<3.17')
 install="${pkgname}.install"
 source=("${url}/archive/v${pkgver}.tar.gz")
 sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')

Modified: acpi_call.install
===================================================================
--- acpi_call.install	2014-08-04 03:49:43 UTC (rev 116818)
+++ acpi_call.install	2014-08-04 07:10:28 UTC (rev 116819)
@@ -1,5 +1,5 @@
 post_install() {
-  _extramodules=extramodules-3.15-ARCH
+  _extramodules=extramodules-3.16-ARCH
   depmod $(cat /usr/lib/modules/${_extramodules}/version)
 }
 




More information about the arch-commits mailing list