summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Antonyan2022-02-18 21:35:23 +0200
committerOleg Antonyan2022-02-18 21:35:23 +0200
commitd4085d632c3f9deec67f76b5f2c52ac1d40064d1 (patch)
tree95247d320ea7765410ef9737bde5fdb7557e2c02
parent79eadba2da368ea4746e08092612fb094d4644fb (diff)
downloadaur-d4085d632c3f9deec67f76b5f2c52ac1d40064d1.tar.gz
qt6
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6f90f6f1dc4..35fe3efd8ccf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,7 @@ pkgbase = mpz
url = https://github.com/olegantonyan/mpz
arch = x86_64
license = GPL3
- depends = qt5-multimedia
- depends = qt5-x11extras
+ depends = qt6-multimedia
depends = hicolor-icon-theme
provides = mpz
source = mpz-1.0.19-0.zip::https://github.com/olegantonyan/mpz/archive/e859f637b381e93adff283bc2b0f46079949c18b.zip
diff --git a/PKGBUILD b/PKGBUILD
index de94ca6bfd58..a23b632619be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Music player for the large local collections'
arch=('x86_64')
url="https://github.com/olegantonyan/mpz"
license=('GPL3')
-depends=('qt5-multimedia' 'qt5-x11extras' 'hicolor-icon-theme')
+depends=('qt6-multimedia' 'hicolor-icon-theme')
provides=('mpz')
source=("$pkgname-$pkgver-$pkgrel.zip::https://github.com/olegantonyan/mpz/archive/e859f637b381e93adff283bc2b0f46079949c18b.zip")
sha256sums=('40483dc5b929141e9d1fc165f4ade1b9e8b2ddeb2758845f06c5209d0de3a959')
@@ -19,7 +19,7 @@ build() {
rm -rf build
mkdir build
cd build
- qmake-qt5 CONFIG+=release ..
+ qmake6 CONFIG+=release ..
make
}