aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatteo De Carlo2020-04-23 00:12:18 +0200
committerMatteo De Carlo2020-04-23 00:12:18 +0200
commit256bf96edf6b2830417616b727854f92f3d939f0 (patch)
tree9de98df560990e7126efaabd91d9baf52bd4edf1 /PKGBUILD
parent7bb966a964712398fd5e85bc4676cc7516518873 (diff)
downloadaur-256bf96edf6b2830417616b727854f92f3d939f0.tar.gz
update to 5.6.6, removed steamos/xpad.c
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 1 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0093888206cb..20a4983382e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jan Alexander Steffens (heftig) <jan dot steffens at gmail dot com>
pkgbase=linux-covolunablu-gaming
-pkgver=5.6.5.arch2
+pkgver=5.6.6.arch1
pkgrel=1
pkgdesc='Linux'
_srctag=v${pkgver%.*}-${pkgver##*.}
@@ -17,19 +17,12 @@ makedepends=(
)
options=('!strip')
-# Because is already included in the kernel itself, no need to use dkms.
-#
-# However this line can be removed. Having steamos-xpad-dkms is not really giving
-# problems, is just useless since is already included.
-conflicts=('steamos-xpad-dkms')
-
_srcname=archlinux-linux
source=(
"$_srcname::git+https://git.archlinux.org/linux.git?signed#tag=$_srctag"
config # the main kernel config file
bfq-default.patch
futex-wait-multiple-5.2.1.patch
- 'https://raw.githubusercontent.com/ValveSoftware/steamos_kernel/865a07956db55120d69876a202ce0fa35f46b218/drivers/input/joystick/xpad.c'
)
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
@@ -41,7 +34,6 @@ sha256sums=('SKIP'
# -- covolunablu-gaming patches --
'136fd376e27fd8503f0ea2c7c3df645fea60a9c05286b53e2bceb7ff8c1d0201'
'b8a9225b4b5cbabac26398d11cc26566e4407d150dacb92f3411c9bb8cc23942'
- 'da4ea29ba0a1d02bd14b6c33aadeb71fd6ac543f36d3e8b64c7f0acf2d8262fc'
)
export KBUILD_BUILD_HOST=covolunablu
@@ -65,9 +57,6 @@ prepare() {
patch -Np1 < "../$src"
done
- # use steamos version of xpad
- cp "${srcdir}/xpad.c" ./drivers/input/joystick/xpad.c
-
echo "Setting config..."
cp ../config .config
make olddefconfig