s/Qt5/Qt6 in DESCR

Spotted by tobhe, thanks
This commit is contained in:
rsadowski 2022-07-08 05:11:27 +00:00
parent 16b979aa52
commit 7fe5034f90
4 changed files with 7 additions and 4 deletions

View File

@ -4,13 +4,16 @@ COMMENT-main = C++ general-purpose toolkit
COMMENT-global = global Qt6 documentation internals
COMMENT-mysql = MySQL plugin for Qt6
COMMENT-psql = PostgresSQL plugin for Qt6
REVISION-main = 0
PKGSPEC-main = qt6-qtbase-${QT6_PKGSPEC}
PKGNAME-mysql = qt6-mysql-${VERSION}
PKGNAME-global = qt6-global-${VERSION}
PKGNAME-psql = qt6-postgresql-${VERSION}
REVISION-main = 0
REVISION-global = 0
REVISION-mysql = 0
REVISION-psql = 0
PKG_ARCH-global = *

View File

@ -1 +1 @@
This package contains global documentation configuration files for Qt5.
This package contains global documentation configuration files for Qt6.

View File

@ -1 +1 @@
Qt5 database plugin for connecting to MySQL/MariaDB.
Qt6 database plugin for connecting to MySQL/MariaDB.

View File

@ -1 +1 @@
Qt5 database plugin for connecting to PostgreSQL.
Qt6 database plugin for connecting to PostgreSQL.