diff options
author | root <root@rshg054.dnsready.net> | 2012-12-29 02:13:48 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-29 02:13:48 -0800 |
commit | 5dd7ed82e788ebad2e920e0f2db7468cc6547cfe (patch) | |
tree | f467412e09912ababcd8fe6c05193d829f514dcd /community/tp_smapi | |
parent | 3009e8addb4a894329bf8ab3e8fb763361833978 (diff) |
Sat Dec 29 02:10:20 PST 2012
Diffstat (limited to 'community/tp_smapi')
-rw-r--r-- | community/tp_smapi/PKGBUILD | 6 | ||||
-rw-r--r-- | community/tp_smapi/tp_smapi.install | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/community/tp_smapi/PKGBUILD b/community/tp_smapi/PKGBUILD index e80492955..55fef179e 100644 --- a/community/tp_smapi/PKGBUILD +++ b/community/tp_smapi/PKGBUILD @@ -9,13 +9,13 @@ pkgname=tp_smapi pkgver=0.41 -pkgrel=5 +pkgrel=11 pkgdesc="Modules for ThinkPad's SMAPI functionality" arch=('i686' 'x86_64') url='https://github.com/evgeni/tp_smapi' license=('GPL') -depends=('linux>=3.5' 'linux<3.6') -makedepends=('linux-headers>=3.5' 'linux-headers<3.6') +depends=('linux>=3.6' 'linux<3.7') +makedepends=('linux-headers>=3.6' 'linux-headers<3.7') install="${pkgname}.install" source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz") md5sums=('63c683415c764568f6bf17c7eabe4752') diff --git a/community/tp_smapi/tp_smapi.install b/community/tp_smapi/tp_smapi.install index 5fe1bab90..3662e7f34 100644 --- a/community/tp_smapi/tp_smapi.install +++ b/community/tp_smapi/tp_smapi.install @@ -1,4 +1,4 @@ -extramodules=/usr/lib/modules/extramodules-3.5-ARCH +extramodules=/usr/lib/modules/extramodules-3.6-ARCH post_install() { depmod -v $(< "$extramodules/version") &>/dev/null |