diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index 45696f8..03ad9e2 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -12,14 +12,24 @@ arch=('x86_64') license=('GPL2') makedepends=('dbus' 'libical' 'systemd' 'alsa-lib' 'json-c' 'ell' 'python-docutils') source=(https://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign} + https://github.com/bluez/bluez/commit/8edd9ff4e4ea85c80bee00a4a46b1cae3678dea6.patch # media: Fix crash when endpoint replies with an error to SetConfiguration + https://github.com/bluez/bluez/commit/7fe38a17f6bee713fde587487fc224b0ae390e8f.patch # hog: Fix read order of attributes bluetooth.modprobe ) # see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc sha256sums=('9349e11e8160bb3d720835d271250d8a7424d3690f5289e6db6fe07cc66c6d76' 'SKIP' + 'd8b60a9bc6405754ee97e22d19b1df3c030f1d2fa7c313f69ddd0b2ca3d77161' + '0f90bc34c7e19f945bbcf9c8a41a9259377a4d1b6b765227d2053ec79be02d44' '46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4') validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann +prepare() { + cd "${pkgname}"-${pkgver} + patch -Np1 -i ../8edd9ff4e4ea85c80bee00a4a46b1cae3678dea6.patch + patch -Np1 -i ../7fe38a17f6bee713fde587487fc224b0ae390e8f.patch +} + build() { cd "${pkgname}"-${pkgver} ./configure \