summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-30 05:04:29 +0000
committerJoão Figueiredo2024-03-30 05:04:29 +0000
commit8cce54728586df4b48c41d22cc2bcb6d1b522ba7 (patch)
treeadb93b48cd145b0a27dd9c2d5a07c5b92cafe9a7 /PKGBUILD
parent67c98b6c13d17ef4b23693e8ad434b57d152d40d (diff)
downloadaur-phonon-qt6-git.tar.gz
Add missing deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0ce69e6ee6a..448cbab41fe1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=phonon-qt6-git
pkgdesc="The multimedia framework by KDE"
-pkgver=4.11.1_r3911.g0f0ae8d0
+pkgver=4.12.0_r3961.g6febf7f0
pkgrel=1
arch=($CARCH)
url='https://community.kde.org/Phonon'
license=(LGPL)
-depends=(libpulse qt6-base)
+depends=(libpulse qt6-base phonon-qt6-backend)
optdepends=('pulseaudio: PulseAudio support' 'qt6-tools: Designer plugin')
-makedepends=(git extra-cmake-modules-git qt6-tools qt6-5compat)
+makedepends=(git extra-cmake-modules-git qt6-tools qt6-5compat qt5-base qt5-tools)
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
replaces=(phonon-git)