Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 3B4447819AC for <~alpine/aports@lists.alpinelinux.org>; Wed, 2 Oct 2019 18:01:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 0A7552A5B0 for <~alpine/aports@lists.alpinelinux.org>; Wed, 2 Oct 2019 19:54:56 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wdynwtiYB4Wv; Wed, 2 Oct 2019 19:54:54 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1570038894; bh=aCk6LkLorQkhwYG4DhDujl/Q9G4yLYK5qQ6hO83HJ0k=; h=From:To:Cc:Subject:Date; b=CxvgDsK5NgoziZ0ejQMRqGz76BHer8ko9Odkct1NZTTyYD83Wd94mk4+ekdMg7cBZ iKLiF4Q6uicSqEVYQHvMNxYQVtehaLAX9j9EzQJLLM5L7kOI1EFlyyEjbHYj9jDVHL vUpyoUloI3nEf0DuDcx20whd2Ew4oUj/TYNwun421ZJrQVToGh+0H41ZU/+5nmW1EC bk19Ns0MijhpyaYfCwc7oNDjYKuEY7oe4zrG204r8wpP0UVPddzoiyBvy4zUzh6N3C s23jpO2J18/ALGWToBIkteOpZW0QBNnY8EBN14KCldVTf290r3OtaGUGgt4oz0Q6I2 qY/bDcFWfxAFQ== To: ~alpine/aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] testing/plasma-applet-weather-widget: correct qt5-qtdeclarative runtime dependency Date: Wed, 2 Oct 2019 19:54:51 +0200 Message-Id: <20191002175451.5066-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- 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 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