main/qt5-*/APKBUILD: use double quotation marks in URL (!119)
Let pmbootstrap properly parse the package URLs, this is required for the next commit where we start comparing the pkgver of all QT packages - based on the URL like we do it for the KDE packages.
This commit is contained in:
parent
f09c7225dd
commit
7dfb3b8d2b
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ pkgname=qt5-qtvirtualkeyboard
|
|||
pkgver=5.12.0
|
||||
pkgrel=0
|
||||
arch="all"
|
||||
url='http://qt-project.org/'
|
||||
url="http://qt-project.org/"
|
||||
license="GPL-3.0 GPL-2.0 LGPL-3.0"
|
||||
pkgdesc='Virtual keyboard framework'
|
||||
depends=""
|
||||
|
|
|
@ -4,7 +4,7 @@ pkgname=qt5-qtwayland
|
|||
pkgver=5.12.0
|
||||
pkgrel=0
|
||||
arch="all"
|
||||
url='http://qt-project.org/'
|
||||
url="http://qt-project.org/"
|
||||
license="GPL-3.0 GPL-2.0 LGPL-3.0"
|
||||
pkgdesc='Provides APIs for Wayland'
|
||||
depends="qt5-qtdeclarative libxcomposite wayland qt5-qtquickcontrols2"
|
||||
|
|
Loading…
Reference in a new issue