Date: Wednesday, July 21, 2021 @ 17:11:35 Author: arojas Revision: 982425
Update to 2.2.1 Modified: blueman/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-21 17:11:03 UTC (rev 982424) +++ PKGBUILD 2021-07-21 17:11:35 UTC (rev 982425) @@ -3,7 +3,7 @@ # Contributor: Martin Wimpress <[email protected]> pkgname=blueman -pkgver=2.1.4 +pkgver=2.2.1 pkgrel=1 pkgdesc="GTK+ Bluetooth Manager" arch=('x86_64') @@ -16,14 +16,11 @@ 'networkmanager: Dial Up Networking (DUN) and Personal Area Networking (PAN) support' 'pulseaudio-bluetooth: audio devices support') source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz) -sha256sums=('1d9c3d39a564d88851aa8de509f16bfa586b0b50f4307dc6c6347ba4833664da') +sha256sums=('fcc10a2259bef2c5ac63f577010d76caed460d68810b7f70fecf056bf10a1a72') prepare() { cd $pkgname-$pkgver - # Fix path for bluetoothd - sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' apps/blueman-report.in - # Use correct D-Bus config location sed -i '/^dbusdir =/ s/sysconfdir/datadir/' data/configs/Makefile.{am,in} }
