summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReal Root2024-06-08 19:49:59 +0200
committerReal Root2024-06-08 19:49:59 +0200
commitb7eae6c0ff8843a6b6dede442b855c5a6375d23d (patch)
tree330b60c1ee88ce7ffdfd035de1fb82ba59225d78
parent44ca5d4d470871fb55681adcb21c53195054f1e9 (diff)
downloadauralquiz.tar.gz
add dep
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76c40dcff022..3dd6d3f2c4fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url="https://gitlab.com/auralquiz/auralquiz-dev"
license=('GPL-2.0-or-later')
makedepends=('qt5-base' 'make' 'git' 'gcc' 'taglib')
-depends=('phonon-qt5-vlc')
+depends=('qt5-base' 'phonon-qt5-vlc')
#optdepends=('')
source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/auralquiz/auralquiz-dev/-/archive/${pkgver}/${pkgname}-dev-${pkgver}.tar.gz")