summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-07-13 22:10:39 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-07-13 22:10:39 -0300
commit5f63995425ce1c1d14c369b5ec319db7358ffcf5 (patch)
tree1b9bfc232fc47bf817bac1b42004830de5858552
parent93134bf58ab3db82596ae33829e421a45e8600a8 (diff)
rebuild packages against linux-libre-lts-3.14.12-1
-rw-r--r--libre/acpi_call-libre-lts/PKGBUILD10
-rw-r--r--libre/acpi_call-libre-lts/acpi_call.install2
-rw-r--r--libre/tp_smapi-libre-lts/PKGBUILD10
-rw-r--r--libre/tp_smapi-libre-lts/tp_smapi-lts.install2
4 files changed, 12 insertions, 12 deletions
diff --git a/libre/acpi_call-libre-lts/PKGBUILD b/libre/acpi_call-libre-lts/PKGBUILD
index 70c4749c3..184c5dec1 100644
--- a/libre/acpi_call-libre-lts/PKGBUILD
+++ b/libre/acpi_call-libre-lts/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 114722 2014-07-03 11:32:04Z bpiotrowski $
+# $Id: PKGBUILD 115349 2014-07-09 09:06:25Z fyan $
# Maintainer (Arch): Maxime Gauduin <alucryd@gmail.com>
# Contributor (Arch): mortzu <me@mortzu.de>
# Contributor (Arch): fnord0 <fnord0@riseup.net>
@@ -7,14 +7,14 @@
_pkgname=acpi_call-lts
pkgname=acpi_call-libre-lts
pkgver=1.1.0
-pkgrel=5
-_extramodules=extramodules-3.10-LIBRE-LTS
+pkgrel=7
+_extramodules=extramodules-3.14-libre-lts
pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call (built for the linux-libre-lts kernel package)'
arch=('i686' 'x86_64')
url="http://github.com/mkottman/${_pkgname%-*}"
license=('GPL')
-depends=('linux-libre-lts>=3.10.26')
-makedepends=('linux-libre-lts-headers>=3.10.26')
+depends=('linux-libre-lts>=3.14.11')
+makedepends=('linux-libre-lts-headers>=3.14.11')
replaces=("${_pkgname}")
conflicts=("${_pkgname}")
provides=("${_pkgname%-*}" "${_pkgname}=${pkgver}")
diff --git a/libre/acpi_call-libre-lts/acpi_call.install b/libre/acpi_call-libre-lts/acpi_call.install
index b0b89c675..890b0dfeb 100644
--- a/libre/acpi_call-libre-lts/acpi_call.install
+++ b/libre/acpi_call-libre-lts/acpi_call.install
@@ -1,5 +1,5 @@
post_install() {
- _extramodules=extramodules-3.10-LIBRE-LTS
+ _extramodules=extramodules-3.14-libre-lts
depmod $(cat /usr/lib/modules/${_extramodules}/version)
}
diff --git a/libre/tp_smapi-libre-lts/PKGBUILD b/libre/tp_smapi-libre-lts/PKGBUILD
index ec267c468..11ac463e1 100644
--- a/libre/tp_smapi-libre-lts/PKGBUILD
+++ b/libre/tp_smapi-libre-lts/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 114728 2014-07-03 11:46:21Z bpiotrowski $
+# $Id: PKGBUILD 115344 2014-07-09 08:56:06Z fyan $
# Maintainer (Arch): Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor (Arch): xduugu
# Contributor (Arch): nh2
@@ -11,15 +11,15 @@
pkgname=tp_smapi-libre-lts
_pkgname=tp_smapi
-_extramodules=/usr/lib/modules/extramodules-3.10-LIBRE-LTS
+_extramodules=/usr/lib/modules/extramodules-3.14-libre-lts
pkgver=0.41
-pkgrel=27
+pkgrel=29
pkgdesc="Modules for ThinkPad's SMAPI functionality (built for the linux-libre-lts kernel package)"
arch=('i686' 'x86_64' 'mips64el')
url='https://github.com/evgeni/tp_smapi'
license=('GPL')
-depends=('linux-libre-lts>=3.10' 'linux-libre-lts<3.11')
-makedepends=('linux-libre-lts-headers>=3.10' 'linux-libre-lts-headers<3.11')
+depends=('linux-libre-lts>=3.14.11' 'linux-libre-lts<3.15')
+makedepends=('linux-libre-lts-headers>=3.14' 'linux-libre-lts-headers<3.15')
replaces=('tp_smapi-lts')
conflicts=('tp_smapi-lts')
provides=("tp_smapi-lts=${pkgver}")
diff --git a/libre/tp_smapi-libre-lts/tp_smapi-lts.install b/libre/tp_smapi-libre-lts/tp_smapi-lts.install
index 58c23092e..97e1750e0 100644
--- a/libre/tp_smapi-libre-lts/tp_smapi-lts.install
+++ b/libre/tp_smapi-libre-lts/tp_smapi-lts.install
@@ -1,4 +1,4 @@
-extramodules=/usr/lib/modules/extramodules-3.10-LIBRE-LTS
+extramodules=/usr/lib/modules/extramodules-3.14-libre-lts
post_install() {
depmod -v $(< "$extramodules/version") &>/dev/null