Received: from vps892.directvps.nl (ikke.info [178.21.113.177]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 7F78E7819D8 for ; Thu, 31 Oct 2019 22:35:36 +0000 (UTC) Received: by vps892.directvps.nl (Postfix, from userid 1008) id 5E6624400D8; Thu, 31 Oct 2019 23:35:36 +0100 (CET) Date: Thu, 31 Oct 2019 23:35:36 +0100 From: Kevin Daudt To: Bart Ribbers Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [PATCH] community/plasma-applet-weather-widget: move from testing Message-ID: <20191031223536.GD356904@alpha> References: <20191006121902.14657-1-bribbers@disroot.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191006121902.14657-1-bribbers@disroot.org> User-Agent: Mutt/1.12.2 (2019-09-21) On Sun, Oct 06, 2019 at 02:19:02PM +0200, Bart Ribbers wrote: > --- > {testing => community}/plasma-applet-weather-widget/APKBUILD | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename {testing => community}/plasma-applet-weather-widget/APKBUILD (89%) > > diff --git a/testing/plasma-applet-weather-widget/APKBUILD b/community/plasma-applet-weather-widget/APKBUILD > similarity index 89% > rename from testing/plasma-applet-weather-widget/APKBUILD > rename to community/plasma-applet-weather-widget/APKBUILD > index baafb6ef1f..28f7fde490 100644 > --- a/testing/plasma-applet-weather-widget/APKBUILD > +++ b/community/plasma-applet-weather-widget/APKBUILD > @@ -9,7 +9,7 @@ pkgdesc="Plasmoid for showing weather information from yr.no and Open Weather Ma > license="GPL-2.0-only" > 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" > +source="$pkgname-$pkgver.tar.gz::https://github.com/kotelnik/plasma-applet-weather-widget/archive/v$pkgver.tar.gz" > subpackages="$pkgname-lang" > options="!check" # No tests > > -- > 2.23.0 This has been applied.