diff --git a/srcpkgs/linux3.19/files/i386-dotconfig b/srcpkgs/linux3.19/files/i386-dotconfig
index dddcc2c695a..f94d788e7b0 100644
--- a/srcpkgs/linux3.19/files/i386-dotconfig
+++ b/srcpkgs/linux3.19/files/i386-dotconfig
@@ -1534,7 +1534,7 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y
 CONFIG_FW_LOADER=y
 CONFIG_FIRMWARE_IN_KERNEL=y
 CONFIG_EXTRA_FIRMWARE=""
-CONFIG_FW_LOADER_USER_HELPER=y
+# CONFIG_FW_LOADER_USER_HELPER is not set
 # CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
 CONFIG_WANT_DEV_COREDUMP=y
 CONFIG_ALLOW_DEV_COREDUMP=y
diff --git a/srcpkgs/linux3.19/files/x86_64-dotconfig b/srcpkgs/linux3.19/files/x86_64-dotconfig
index 943774c6f78..2b4e5aa8f95 100644
--- a/srcpkgs/linux3.19/files/x86_64-dotconfig
+++ b/srcpkgs/linux3.19/files/x86_64-dotconfig
@@ -1535,7 +1535,7 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y
 CONFIG_FW_LOADER=y
 CONFIG_FIRMWARE_IN_KERNEL=y
 CONFIG_EXTRA_FIRMWARE=""
-CONFIG_FW_LOADER_USER_HELPER=y
+# CONFIG_FW_LOADER_USER_HELPER is not set
 # CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
 CONFIG_WANT_DEV_COREDUMP=y
 CONFIG_ALLOW_DEV_COREDUMP=y
diff --git a/srcpkgs/linux3.19/template b/srcpkgs/linux3.19/template
index 2fbaca2349d..ad203113490 100644
--- a/srcpkgs/linux3.19/template
+++ b/srcpkgs/linux3.19/template
@@ -1,7 +1,7 @@
 # Template file for 'linux3.19'
 #
 pkgname=linux3.19
-version=3.19.2
+version=3.19.3
 revision=1
 wrksrc="linux-${version}"
 maintainer="Juan RP <xtraeme@gmail.com>"
@@ -9,7 +9,7 @@ homepage="http://www.kernel.org"
 license="GPL-2"
 short_desc="The Linux kernel and modules (${version%.*} series)"
 distfiles="http://www.kernel.org/pub/linux/kernel/v3.x/linux-${version}.tar.xz"
-checksum=0c0ee420dc8d4f6239fab072351c7a2ce6a881028d5ab2d162ec667fdd750b2d
+checksum=ce101f71c4407cc646d063bb0b61878edd1c7777dbd39fa3f6c294e7520e3a5a
 
 nodebug=yes
 nostrip=yes
@@ -229,7 +229,7 @@ linux3.19-dbg_package() {
 	noverifyrdeps=yes
 	noshlibprovides=yes
 	repository=debug
-	short_dest+=" - debugging symbols"
+	short_desc+=" - debugging symbols"
 	pkg_install() {
 		vmove usr/lib/debug
 	}