diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-02-21 20:09:14 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-02-21 20:09:14 -0200 |
commit | 0f735718dcdaeaef48df70fb31f2d1cc795810c2 (patch) | |
tree | fb5657c8fe1329feb619474f3f26f4061a3dae35 /libre/tp_smapi-libre/PKGBUILD | |
parent | 5b4ce2c81e80c21423176e6189ef9f0459d3466f (diff) | |
download | abslibre-0f735718dcdaeaef48df70fb31f2d1cc795810c2.tar.gz abslibre-0f735718dcdaeaef48df70fb31f2d1cc795810c2.tar.bz2 abslibre-0f735718dcdaeaef48df70fb31f2d1cc795810c2.zip |
rebuild packages against linux-libre-3.13.4-1
Diffstat (limited to 'libre/tp_smapi-libre/PKGBUILD')
-rw-r--r-- | libre/tp_smapi-libre/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/tp_smapi-libre/PKGBUILD b/libre/tp_smapi-libre/PKGBUILD index 4b53e4463..ade0363e7 100644 --- a/libre/tp_smapi-libre/PKGBUILD +++ b/libre/tp_smapi-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 104391 2014-01-19 20:28:42Z tpowa $ +# $Id: PKGBUILD 104812 2014-01-26 12:42:36Z thomas $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: xduugu # Contributor: nh2 @@ -12,13 +12,13 @@ _pkgname=tp_smapi pkgname=tp_smapi-libre pkgver=0.41 -pkgrel=43 +pkgrel=44 pkgdesc="Modules for ThinkPad's SMAPI functionality (built for the linux-libre kernel package)" arch=('i686' 'x86_64' 'mips64el') url='https://github.com/evgeni/tp_smapi' license=('GPL') -depends=('linux-libre>=3.12' 'linux-libre<3.13') -makedepends=('linux-libre-headers>=3.12' 'linux-libre-headers<3.13') +depends=('linux-libre>=3.13' 'linux-libre<3.14') +makedepends=('linux-libre-headers>=3.13' 'linux-libre-headers<3.14') replaces=("${_pkgname}") conflicts=("${_pkgname}") provides=("${_pkgname}=${pkgver}") |