author | Antonio Rojas
<arojas@archlinux.org> 2023-09-30 19:44:13 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-09-30 19:44:13 UTC |
parent | 26c01f74ce990413f701621ddcb998cad7b7c60f |
.SRCINFO | +26 | -0 |
PKGBUILD | +3 | -3 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..57a99c9 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,26 @@ +pkgbase = bluedevil + pkgdesc = Integrate the Bluetooth technology within KDE workspace and applications + pkgver = 5.27.8 + pkgrel = 2 + epoch = 1 + url = https://kde.org/plasma-desktop/ + arch = x86_64 + groups = plasma + license = GPL2 + makedepends = extra-cmake-modules + makedepends = plasma-framework + makedepends = kdoctools5 + makedepends = kcmutils5 + depends = bluez-qt5 + depends = kdeclarative5 + optdepends = pulseaudio-bluetooth: to connect to A2DP profile + source = https://download.kde.org/stable/plasma/5.27.8/bluedevil-5.27.8.tar.xz + source = https://download.kde.org/stable/plasma/5.27.8/bluedevil-5.27.8.tar.xz.sig + validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D + validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D + validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF + validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20 + sha256sums = 3b0b6fd0a047a5a890f8858ccdcc346e995f49496e6674e737bab2027b0a7825 + sha256sums = SKIP + +pkgname = bluedevil diff --git a/PKGBUILD b/PKGBUILD index 175a284..627c7b3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,14 +5,14 @@ pkgname=bluedevil pkgver=5.27.8 _dirver=$(echo $pkgver | cut -d. -f1-3) -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc='Integrate the Bluetooth technology within KDE workspace and applications' arch=(x86_64) url='https://kde.org/plasma-desktop/' license=(GPL2) -depends=(bluez-qt kdeclarative) -makedepends=(extra-cmake-modules plasma-framework kdoctools kcmutils) +depends=(bluez-qt5 kdeclarative5) +makedepends=(extra-cmake-modules plasma-framework kdoctools5 kcmutils5) optdepends=('pulseaudio-bluetooth: to connect to A2DP profile') groups=(plasma) source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})