~alpine/aports

testing/plasma-applet-weather-widget: correct qt5-qtdeclarative runtime dependency v1 APPLIED

Bart Ribbers: 1
 testing/plasma-applet-weather-widget: correct qt5-qtdeclarative runtime dependency

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3085/mbox | git am -3
Learn more about email & git

[PATCH] testing/plasma-applet-weather-widget: correct qt5-qtdeclarative runtime dependency Export this patch

---
 testing/plasma-applet-weather-widget/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/plasma-applet-weather-widget/APKBUILD b/testing/plasma-applet-weather-widget/APKBUILD
index 2bc98f5b7c..baafb6ef1f 100644
--- a/testing/plasma-applet-weather-widget/APKBUILD
+++ b/testing/plasma-applet-weather-widget/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=plasma-applet-weather-widget
pkgver=1.6.10
pkgrel=1
pkgrel=2
arch="all"
url="https://www.linux-apps.com/content/show.php/Weather+Widget?content=169572"
pkgdesc="Plasmoid for showing weather information from yr.no and Open Weather Map servers"
license="GPL-2.0-only"
depends="qt5-qtxmlpatterns qt5-qtdeclarative-dev"
depends="qt5-qtxmlpatterns qt5-qtdeclarative"
makedepends="extra-cmake-modules qt5-qtbase-dev plasma-framework-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/kotelnik/$pkgname/archive/v$pkgver.tar.gz"
subpackages="$pkgname-lang"
-- 
2.21.0