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

Tobias Powalowski tpowa at archlinux.org
Mon May 16 10:17:14 UTC 2016


    Date: Monday, May 16, 2016 @ 12:17:14
  Author: tpowa
Revision: 175472

upgpkg: acpi_call 1.1.0-47

rebuild against 4.6 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	2016-05-16 10:04:02 UTC (rev 175471)
+++ PKGBUILD	2016-05-16 10:17:14 UTC (rev 175472)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=46
-_extramodules=extramodules-4.5-ARCH
+pkgrel=47
+_extramodules=extramodules-4.6-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.5' 'linux<4.6')
-makedepends=('linux-headers>=4.5' 'linux-headers<4.6')
+depends=('linux>=4.6' 'linux<4.7')
+makedepends=('linux-headers>=4.6' 'linux-headers<4.7')
 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	2016-05-16 10:04:02 UTC (rev 175471)
+++ acpi_call.install	2016-05-16 10:17:14 UTC (rev 175472)
@@ -1,5 +1,5 @@
 post_install() {
-  _extramodules=extramodules-4.5-ARCH
+  _extramodules=extramodules-4.6-ARCH
   depmod $(cat /usr/lib/modules/${_extramodules}/version)
 }
 



More information about the arch-commits mailing list