summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKimiblock2023-03-23 18:53:17 +0800
committerKimiblock2023-03-23 18:53:17 +0800
commit5bf7de8b76a31795d0df6ca7362392b9ea534a13 (patch)
treeea5d9226fe9044eee55010966bc01c3cf6cb7197
parente269a0dd98bfca7df257ce78e9eb92c2ed4800c6 (diff)
downloadaur-5bf7de8b76a31795d0df6ca7362392b9ea534a13.tar.gz
Dependency qt6-multimedia, thanks @ayatale
-rwxr-xr-x[-rw-r--r--].SRCINFO3
-rwxr-xr-xPKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b56d4a36e47f..8b3ce177b197 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qcm-git
pkgdesc = Qt client for netease cloud music
pkgver = r25.5d17e9b
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hypengw/Qcm
arch = x86_64
makedepends = git
@@ -12,6 +12,7 @@ pkgbase = qcm-git
depends = curl
depends = openssl
depends = qt6-tools
+ depends = qt6-multimedia
provides = qcm
source = git+https://github.com/hypengw/Qcm.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 266187b7403c..0449c1468e41 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=qcm-git
pkgver=r25.5d17e9b
-pkgrel=1
+pkgrel=2
pkgdesc="Qt client for netease cloud music "
arch=('x86_64')
url="https://github.com/hypengw/Qcm"
@@ -10,7 +10,8 @@ depends=(
'hicolor-icon-theme'
'curl'
'openssl'
- 'qt6-tools')
+ 'qt6-tools'
+ 'qt6-multimedia')
makedepends=(
'git'
'cmake'