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

Tobias Powalowski tpowa at archlinux.org
Wed Dec 17 15:59:40 UTC 2014


    Date: Wednesday, December 17, 2014 @ 16:59:40
  Author: tpowa
Revision: 124029

upgpkg: acpi_call 1.1.0-17

rebuild against 3.18.1

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-12-17 15:59:00 UTC (rev 124028)
+++ PKGBUILD	2014-12-17 15:59:40 UTC (rev 124029)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=16
-_extramodules=extramodules-3.17-ARCH
+pkgrel=17
+_extramodules=extramodules-3.18-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.17' 'linux<3.18')
-makedepends=('linux-headers>=3.17' 'linux-headers<3.18')
+depends=('linux>=3.18' 'linux<3.19')
+makedepends=('linux-headers>=3.18' 'linux-headers<3.19')
 install="${pkgname}.install"
 source=("${url}/archive/v${pkgver}.tar.gz")
 sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')

Modified: acpi_call.install
===================================================================
--- acpi_call.install	2014-12-17 15:59:00 UTC (rev 124028)
+++ acpi_call.install	2014-12-17 15:59:40 UTC (rev 124029)
@@ -1,5 +1,5 @@
 post_install() {
-  _extramodules=extramodules-3.17-ARCH
+  _extramodules=extramodules-3.18-ARCH
   depmod $(cat /usr/lib/modules/${_extramodules}/version)
 }
 



More information about the arch-commits mailing list