summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordustball2019-08-10 12:25:35 +0200
committerdustball2019-08-10 12:25:35 +0200
commit890268bcbbe600fb044723ecc7cb7d216b0ed216 (patch)
treee5a355d68c5231448f464b1458d9e017782d2032
parent6252333bfe776bfbd2e59a669384b95d6c9818d9 (diff)
downloadaur-steamos-xpad-dkms.tar.gz
updated to brewmaster-4.19
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7dd9739e9765..86ee29741fe3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Nov 5 10:24:10 UTC 2017
pkgbase = steamos-xpad-dkms
pkgdesc = xpad kernel module included with Valve's SteamOS
- pkgver = 20171105
+ pkgver = 20190810
pkgrel = 1
url = https://github.com/ValveSoftware/steamos_kernel
install = steamos-xpad-dkms.install
@@ -12,12 +10,12 @@ pkgbase = steamos-xpad-dkms
optdepends = linux-headers: Build the module against Arch kernel
optdepends = linux-lts-headers: Build the module against LTS Arch kernel
conflicts = steamos-xpad
- source = https://raw.githubusercontent.com/ValveSoftware/steamos_kernel/brewmaster-4.11/drivers/input/joystick/xpad.c
+ source = https://raw.githubusercontent.com/ValveSoftware/steamos_kernel/brewmaster-4.19/drivers/input/joystick/xpad.c
source = Makefile
source = change-name.patch
source = steamos-xpad-dkms.dkms
source = xpad.modprobe
- sha512sums = SKIP
+ sha512sums = 291bb7262204f0ff3afcb09129e8cae9e22b848f2db604bf015f685a9869c237af8d49203e455c8e8f8edc0ca047794a88293f7ac3329242642e9b59b3fdafb8
sha512sums = 9ca3d1ada29c5bfe3ffd39f818e792be0c528191952660568f0ecae981b191a2cfbfd64a90f1158aa760e38fcd3c52d648cdf0f032fd649512933ca36bcd2149
sha512sums = a0ab12a6768447b1798c6d82988fb81a212512dbef19a5e66a5b5c096cbe136671255ad4896226c595d95a97ce097efe6702a370c30cc32d3234750d6a0a5daf
sha512sums = 7901fb85689d8670f0d853f19e24b0c22e3913dd82cdb0a83d74f456e010b7dff67575c5be863b43c95f1149780faec5cab604a829cb3e400f1ec44173c35aac
diff --git a/PKGBUILD b/PKGBUILD
index ac9b7f468c2a..3ac5be9216d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
# cd steamos_kernel
# echo "$(git rev-parse --abbrev-ref HEAD).$(git log -n 1 --pretty=format:%h -- drivers/input/joystick/xpad.c)" | sed 's/-/./g'
-_xpadsteamoscommit='brewmaster-4.11'
+_xpadsteamoscommit='brewmaster-4.19'
_pkgbase='steamos-xpad'
pkgname='steamos-xpad-dkms'
-pkgver='20171105'
+pkgver='20190810'
pkgrel='1'
pkgdesc="xpad kernel module included with Valve's SteamOS"
arch=('any')
@@ -24,7 +24,7 @@ source=("https://raw.githubusercontent.com/ValveSoftware/steamos_kernel/$_xpadst
"change-name.patch"
"steamos-xpad-dkms.dkms"
"xpad.modprobe")
-sha512sums=("SKIP"
+sha512sums=('291bb7262204f0ff3afcb09129e8cae9e22b848f2db604bf015f685a9869c237af8d49203e455c8e8f8edc0ca047794a88293f7ac3329242642e9b59b3fdafb8'
'9ca3d1ada29c5bfe3ffd39f818e792be0c528191952660568f0ecae981b191a2cfbfd64a90f1158aa760e38fcd3c52d648cdf0f032fd649512933ca36bcd2149'
'a0ab12a6768447b1798c6d82988fb81a212512dbef19a5e66a5b5c096cbe136671255ad4896226c595d95a97ce097efe6702a370c30cc32d3234750d6a0a5daf'
'7901fb85689d8670f0d853f19e24b0c22e3913dd82cdb0a83d74f456e010b7dff67575c5be863b43c95f1149780faec5cab604a829cb3e400f1ec44173c35aac'
@@ -34,7 +34,7 @@ prepare() {
local _tmpdir="${srcdir}/temp"
mkdir "${_tmpdir}"
cp -L "${srcdir}/xpad.c" "${_tmpdir}/xpad.c" # we will patch a copy of our source xpad.c
-
+
patch -d "${_tmpdir}" -Np4 -i "${srcdir}/change-name.patch"
}