author | Antonio Rojas
<arojas@archlinux.org> 2024-01-30 21:26:10 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2024-01-30 21:26:10 UTC |
parent | 942707de454fea6b24b2dedfa95b232fe2b17d32 |
.SRCINFO | +2 | -2 |
PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index d499af8..f4fb9c6 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = bluedevil pkgdesc = Integrate the Bluetooth technology within KDE workspace and applications pkgver = 5.27.10 - pkgrel = 2 + pkgrel = 3 epoch = 1 url = https://kde.org/plasma-desktop/ arch = x86_64 @@ -13,7 +13,7 @@ pkgbase = bluedevil makedepends = kcmutils5 depends = bluez-qt5 depends = kdeclarative5 - optdepends = bluez-obexd: file transfer + optdepends = bluez-obex: file transfer optdepends = pulseaudio-bluetooth: to connect to A2DP profile source = https://download.kde.org/stable/plasma/5.27.10/bluedevil-5.27.10.tar.xz source = https://download.kde.org/stable/plasma/5.27.10/bluedevil-5.27.10.tar.xz.sig diff --git a/PKGBUILD b/PKGBUILD index cd2cf12..8f7d8c3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=bluedevil pkgver=5.27.10 _dirver=$(echo $pkgver | cut -d. -f1-3) -pkgrel=2 +pkgrel=3 epoch=1 pkgdesc='Integrate the Bluetooth technology within KDE workspace and applications' arch=(x86_64) @@ -13,7 +13,7 @@ url='https://kde.org/plasma-desktop/' license=(GPL2) depends=(bluez-qt5 kdeclarative5) makedepends=(extra-cmake-modules plasma-framework5 kdoctools5 kcmutils5) -optdepends=('bluez-obexd: file transfer' +optdepends=('bluez-obex: file transfer' 'pulseaudio-bluetooth: to connect to A2DP profile') groups=(plasma) source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})