summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2019-04-19 15:39:02 +0200
committerJosip Ponjavic2019-04-19 15:39:02 +0200
commit1a394868e4151c3fcdb0d2d414735e67ef26da04 (patch)
tree93af55f7d170db40db36099975a2ff3c10e54d53
parent4a4dbad660d01b2cb224c688188b08cb9b57c2cc (diff)
downloadaur-1a394868e4151c3fcdb0d2d414735e67ef26da04.tar.gz
4.19.35-1 (clr 4.19.35-22)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8914531b5ad6..0584c241ed84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-clear-lts2018
pkgver = 4.19.35
pkgrel = 1
- url = https://github.com/clearlinux-pkgs/linux-clear-lts2018
+ url = https://github.com/clearlinux-pkgs/linux-lts2018
arch = x86_64
license = GPL2
makedepends = bc
diff --git a/PKGBUILD b/PKGBUILD
index c11fc30f4b58..591a862d85a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -72,7 +72,7 @@ pkgbase=linux-clear-lts2018
pkgver=${_major}.${_minor}
pkgrel=1
arch=('x86_64')
-url="https://github.com/clearlinux-pkgs/linux-clear-lts2018"
+url="https://github.com/clearlinux-pkgs/linux-lts2018"
license=('GPL2')
makedepends=('bc' 'git' 'inetutils' 'kmod' 'libelf' 'linux-firmware' 'xmlto')
options=('!strip')
@@ -115,6 +115,11 @@ prepare() {
### Setting config
msg2 "Setting config..."
cp -Tf $srcdir/${pkgbase}/config ./.config
+
+ ### Bluez package on arch needs this module for bluetooth to work
+ # https://bugs.archlinux.org/task/55880
+ msg2 "Enabling crypto_user module..."
+ sed -i "s|# CONFIG_CRYPTO_USER is not set|CONFIG_CRYPTO_USER=m|g" ./.config
### Compress modules
msg2 "Enabling XZ compressed modules..."