summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSzymon Łukaszewicz2019-06-24 23:49:57 +0200
committerSzymon Łukaszewicz2019-06-24 23:53:09 +0200
commit5e744008c56d60ed97aebbbca16c11b72593e2da (patch)
treebf266130b92c8021c436e643f117bceffd52044c /PKGBUILD
parenta83eab17fdaa7b7b46395c222269e68868b98a20 (diff)
downloadaur-5e744008c56d60ed97aebbbca16c11b72593e2da.tar.gz
Update kernel 5.1.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 11 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30721d0ec343..1aadae9e7eea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,24 @@
-# Maintainer: Simone Gaiarin <simgunz@gmail.com>
+# Maintainer: Simone Gaiarin <simgunz@gmail.com>,
+# Szymon Łukaszewicz <taurthil@gmail.com>
pkgname=dell-smm-hwmon-i8kutils
-pkgver=4.9.34
-pkgrel=2
+pkgver=5.1.14
+pkgrel=14
pkgdesc="Patched version of the dell-smm-hwmon kernel module and smm executable. This allows to disable the bios
fan controller on some dell laptops so that the i8kutils driver can work without conflicts."
url='https://github.com/vitorafsr/i8kutils/issues/6/'
arch=('any')
license=('GPL')
-depends=('linux49')
-makedepends=('linux49-headers')
+depends=('linux')
+makedepends=('linux-headers')
install='dell-smm-hwmon-i8kutils.install'
-source=("https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-$pkgver.tar.xz"
+source=("https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-$pkgver.tar.xz"
'dell-smm-hwmon.patch'
'smm.c')
-md5sums=('92aaa07c90e1c7de60fcdd8a9726dd59'
- 'ccfe8a74d9cbf587d5a9cb395cae2834'
- 'a5e33f4c632c3055bd51853edeef51fc')
+md5sums=(
+ 'a55212a18f49a028db389963379a3100'
+ 'ccfe8a74d9cbf587d5a9cb395cae2834'
+ 'a5e33f4c632c3055bd51853edeef51fc')
prepare() {
cd "$srcdir/linux-$pkgver"