Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 9340B782B04 for <~alpine/aports@lists.alpinelinux.org>; Mon, 16 Sep 2019 17:38:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 47ECC22B16; Mon, 16 Sep 2019 19:38:52 +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 bawpqg5JfF8G; Mon, 16 Sep 2019 19:38:49 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1568655521; bh=I+h5mQMXoK/vDqIZiVSTG4y8KX5C9jDzrxv/HqHX5ZM=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=ezVah90RvlDyQT/kuPnVsMLmNAgKIk5FJwM/OZmkZz51eIjPnBXCQcfE5cKTIKif1 u9gTgrswjMCnkWD5hIt0coBoibr+RgeC4D3P7nJN2KKIxrvbAMaCireU4eRlGbGfW4 q+u1JORlRusAGzz3XbiX0fv3Etdtx399X3qQhBk/EHAJ9FBXR9GN+IauzN1hA7cwse BKdFfdW3AnAzq/LQ2w3c11Hoo1gzYC+CfRw6Q0EkZk+qNWedsUUbE3RzQHATNecU6F qA/pUiw5KzehsbsmCLwQQ3W/HuvP71HwVEWh4JN8YstFDjv1XbxkVFIsNPVeoovuas hlTpzP7i91fLw== To: ~alpine/aports@lists.alpinelinux.org Cc: clandmeter@gmail.com, Bart Ribbers Subject: [PATCH 2/2] community/numix-icon-theme-circle: move from testing Date: Mon, 16 Sep 2019 19:38:38 +0200 Message-Id: <20190916173838.25617-2-bribbers@disroot.org> In-Reply-To: <20190916173838.25617-1-bribbers@disroot.org> References: <20190916173838.25617-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- {testing => community}/numix-icon-theme-circle/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {testing => community}/numix-icon-theme-circle/APKBUILD (94%) diff --git a/testing/numix-icon-theme-circle/APKBUILD b/community/numix-icon-theme-circle/APKBUILD similarity index 94% rename from testing/numix-icon-theme-circle/APKBUILD rename to community/numix-icon-theme-circle/APKBUILD index 6c83bdb21b..cc0b0c9204 100644 --- a/testing/numix-icon-theme-circle/APKBUILD +++ b/community/numix-icon-theme-circle/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="GPL-3.0-only" depends="numix-icon-theme" subpackages="$pkgname-light" -source="$pkgname-$pkgver.tar.gz::https://github.com/numixproject/$pkgname/archive/$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/numixproject/numix-icon-theme-circle/archive/$pkgver.tar.gz" options="!check" # No code so no tests package() { -- 2.21.0