diff --git a/pkgbuild/PKGBUILD b/pkgbuild/PKGBUILD index ab80abb..7f13ed3 100644 --- a/pkgbuild/PKGBUILD +++ b/pkgbuild/PKGBUILD @@ -9,14 +9,14 @@ arch=('x86_64') url="https://github.com/swl-x/MystiQ/" license=('GPL3') depends=('qt6-declarative' 'qt6-multimedia' 'ffmpeg' 'libnotify' 'sox') -makedepends=('qt6-tools' 'qt6-base' 'qt5-base') +makedepends=('qt6-tools' 'qt6-base') source=("git+https://github.com/biglinux/MystiQ.git") sha256sums=(SKIP) build() { ls -la cd ${_pkgname} - qmake mystiq.pro + qmake6 mystiq.pro make strip mystiq }