diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-07-13 22:10:39 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-07-13 22:10:39 -0300 |
commit | 5f63995425ce1c1d14c369b5ec319db7358ffcf5 (patch) | |
tree | 1b9bfc232fc47bf817bac1b42004830de5858552 /libre/tp_smapi-libre-lts/PKGBUILD | |
parent | 93134bf58ab3db82596ae33829e421a45e8600a8 (diff) | |
download | abslibre-5f63995425ce1c1d14c369b5ec319db7358ffcf5.tar.gz abslibre-5f63995425ce1c1d14c369b5ec319db7358ffcf5.tar.bz2 abslibre-5f63995425ce1c1d14c369b5ec319db7358ffcf5.zip |
rebuild packages against linux-libre-lts-3.14.12-1
Diffstat (limited to 'libre/tp_smapi-libre-lts/PKGBUILD')
-rw-r--r-- | libre/tp_smapi-libre-lts/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
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}") |