summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatti Niemenmaa2017-04-28 19:28:58 +0300
committerMatti Niemenmaa2017-04-28 19:42:27 +0300
commit8fb9d6a4b5953dcebac314cafb73055a828a7c51 (patch)
treee15a84977be28db2e78b205507c6f991ccb05cf5
parent7a3d8be8b0cc8be363ada6d0328758ba44c562ed (diff)
downloadaur-8fb9d6a4b5953dcebac314cafb73055a828a7c51.tar.gz
Switch from qtchooser to qt5-base
qtchooser has been demoted to the AUR, qt5-base provides qmake.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5356917e7cf9..005475c797b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = game_music_emu-kode54-git
arch = x86_64
license = LGPL2.1
makedepends = git
- makedepends = qtchooser
+ makedepends = qt5-base
depends = gcc-libs
depends = glibc
provides = libgme
diff --git a/PKGBUILD b/PKGBUILD
index e0b5a2c997e5..2a8196c1737b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(i686 x86_64)
url='https://gitlab.kode54.net/kode54/Game_Music_Emu'
license=('LGPL2.1')
depends=('gcc-libs' 'glibc')
-makedepends=('git' 'qtchooser')
+makedepends=('git' 'qt5-base')
conflicts=('libgme')
provides=('libgme')
source=("${pkgname}::git+https://gitlab.kode54.net/kode54/Game_Music_Emu.git"