From 7dfb3b8d2b103aa2116f83cd17f3699d9272a6ca Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sat, 29 Dec 2018 17:50:03 +0100 Subject: [PATCH] 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. --- main/qt5-qtvirtualkeyboard/APKBUILD | 2 +- main/qt5-qtwayland/APKBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/qt5-qtvirtualkeyboard/APKBUILD b/main/qt5-qtvirtualkeyboard/APKBUILD index 874ffda3c..73ee61fbc 100644 --- a/main/qt5-qtvirtualkeyboard/APKBUILD +++ b/main/qt5-qtvirtualkeyboard/APKBUILD @@ -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="" diff --git a/main/qt5-qtwayland/APKBUILD b/main/qt5-qtwayland/APKBUILD index 5db1b723a..6d4648875 100644 --- a/main/qt5-qtwayland/APKBUILD +++ b/main/qt5-qtwayland/APKBUILD @@ -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"