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:
Oliver Smith 2018-12-29 17:50:03 +01:00
parent f09c7225dd
commit 7dfb3b8d2b
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 2 additions and 2 deletions

View file

@ -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=""

View file

@ -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"