diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-09-20 17:05:32 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-09-20 17:05:32 -0300 |
commit | 4a88564b04e5cbf185ecb2984b77bb533e72dfe8 (patch) | |
tree | 3aa7aa0993b9e70f5fb6808453e8582782d53b22 /libre | |
parent | de974812574e5aca6b197da8b8bb40597e69fe73 (diff) | |
download | abslibre-4a88564b04e5cbf185ecb2984b77bb533e72dfe8.tar.gz abslibre-4a88564b04e5cbf185ecb2984b77bb533e72dfe8.tar.bz2 abslibre-4a88564b04e5cbf185ecb2984b77bb533e72dfe8.zip |
tp_smapi-libre-lts: rebuild against linux-libre-lts-3.10.12-1
Diffstat (limited to 'libre')
-rw-r--r-- | libre/tp_smapi-libre-lts/PKGBUILD | 8 | ||||
-rw-r--r-- | libre/tp_smapi-libre-lts/tp_smapi-lts.install | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libre/tp_smapi-libre-lts/PKGBUILD b/libre/tp_smapi-libre-lts/PKGBUILD index f726d9a8c..c915f1b4c 100644 --- a/libre/tp_smapi-libre-lts/PKGBUILD +++ b/libre/tp_smapi-libre-lts/PKGBUILD @@ -10,15 +10,15 @@ pkgname=tp_smapi-libre-lts _pkgname=tp_smapi -_extramodules=/usr/lib/modules/extramodules-3.0-LIBRE-LTS +_extramodules=/usr/lib/modules/extramodules-3.10-LIBRE-LTS pkgver=0.41 -pkgrel=12 +pkgrel=13 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.0' 'linux-libre-lts<3.1') -makedepends=('linux-libre-lts-headers>=3.0' 'linux-libre-lts-headers<3.1') +depends=('linux-libre-lts>=3.10' 'linux-libre-lts<3.11') +makedepends=('linux-libre-lts-headers>=3.10' 'linux-libre-lts-headers<3.11') 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 2723fead7..58c23092e 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.0-LIBRE-LTS +extramodules=/usr/lib/modules/extramodules-3.10-LIBRE-LTS post_install() { depmod -v $(< "$extramodules/version") &>/dev/null |