diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-12-26 12:49:12 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-12-26 12:49:12 -0200 |
commit | 406d6d6823e90f7eb4c7648b38bb390c9eac2031 (patch) | |
tree | d146ac22fb02ffc2e845a98ecac3d7511b96a0b4 /libre/tp_smapi-libre-lts | |
parent | b7cb05969d1939595ad4935297796d567cd32d3e (diff) | |
download | abslibre-406d6d6823e90f7eb4c7648b38bb390c9eac2031.tar.gz abslibre-406d6d6823e90f7eb4c7648b38bb390c9eac2031.tar.bz2 abslibre-406d6d6823e90f7eb4c7648b38bb390c9eac2031.zip |
tp_smapi-libre-lts: adding mips64el support
Diffstat (limited to 'libre/tp_smapi-libre-lts')
-rw-r--r-- | libre/tp_smapi-libre-lts/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/tp_smapi-libre-lts/PKGBUILD b/libre/tp_smapi-libre-lts/PKGBUILD index 8f835d1d4..6eb168b0f 100644 --- a/libre/tp_smapi-libre-lts/PKGBUILD +++ b/libre/tp_smapi-libre-lts/PKGBUILD @@ -14,7 +14,7 @@ _extramodules=/usr/lib/modules/extramodules-3.0-LIBRE-LTS pkgver=0.41 pkgrel=9.3 pkgdesc="Modules for ThinkPad's SMAPI functionality (built for the linux-libre-lts kernel package)" -arch=('i686' 'x86_64') +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') |