Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 6B25F781A8D for ; Sun, 6 Oct 2019 12:27:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 0F026254A8 for ; Sun, 6 Oct 2019 14:19:07 +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 OZJzffeUXZ4M; Sun, 6 Oct 2019 14:19:05 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1570364345; bh=74Tt88cioZDyJL7LIkiI4wxiHxxzYRgowO1LgYGGNrE=; h=From:To:Cc:Subject:Date; b=ckHgCDn16BiQ4J/nQeeyIiOp2UytMuDoRMNz+zDm26vh/nEhQXAbVimWTsLjbYIto bVQbFDAS64sgCTcbJyYoMHDn3Tqp7d8PHlHgcorFKswhOtAa+qfo57xQKKNGJwgzxG HIT0xyxShNSahQ/KXWlbKnHUUNarqoEc1AykpT+7g3coBRHc2T3NbDMkC5iRlRtobe P2ny2RELt/RtNi1qhc+pE9qLQdhoEUS8PoyEex3cE9JeGvbF54CM2gSfr0OxKpniuz W8iLSMFqFiD2nqI5V/+EiChtISi3b8e0KJSjoWnCWKZyaqkw/ChihcVDWAayRVOXfz OEvhfbDgyCeJg== To: alpine-aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] community/plasma-applet-weather-widget: move from testing Date: Sun, 6 Oct 2019 14:19:02 +0200 Message-Id: <20191006121902.14657-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- {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