diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-07-08 20:49:51 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-07-08 20:49:51 -0500 |
commit | 38566d3c101b7e8b3450d7b5ac94507266ccb113 (patch) | |
tree | 90eb31221ab05fcff5dd86c11d6742d477014328 /libre/tp_smapi | |
parent | 2ad66e72323b635b08fd427667c60ac3431e2633 (diff) | |
download | abslibre-38566d3c101b7e8b3450d7b5ac94507266ccb113.tar.gz abslibre-38566d3c101b7e8b3450d7b5ac94507266ccb113.tar.bz2 abslibre-38566d3c101b7e8b3450d7b5ac94507266ccb113.zip |
rebuild module packages against linux-libre-4.11.9_gnu-1
Diffstat (limited to 'libre/tp_smapi')
-rw-r--r-- | libre/tp_smapi/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/tp_smapi/PKGBUILD b/libre/tp_smapi/PKGBUILD index a73c42225..4247a8494 100644 --- a/libre/tp_smapi/PKGBUILD +++ b/libre/tp_smapi/PKGBUILD @@ -15,7 +15,7 @@ _kernelname= if [[ ${_kernelname} == "" ]]; then _basekernel=4.11 - _archrel=18 + _archrel=19 _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=4.9 |