From d50351209bd14888ab45c69920b232b2002abe17 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Thu, 18 Aug 2016 13:03:46 +0200 Subject: [PATCH] community/R: move from testing --- {testing => community}/R/APKBUILD | 1 + {testing => community}/R/R.post-install | 0 2 files changed, 1 insertion(+) rename {testing => community}/R/APKBUILD (98%) rename {testing => community}/R/R.post-install (100%) diff --git a/testing/R/APKBUILD b/community/R/APKBUILD similarity index 98% rename from testing/R/APKBUILD rename to community/R/APKBUILD index f17dd9a211a..51119991150 100644 --- a/testing/R/APKBUILD +++ b/community/R/APKBUILD @@ -6,6 +6,7 @@ pkgver=3.3.1 pkgrel=2 pkgdesc="Language and environment for statistical computing" url="https://www.r-project.org" +# openjdk8-jre-base is currently built only for x86* arch="x86_64 x86" license="GPL-2 GPL-3 LGPL-2.1" depends="$pkgname-mathlib" diff --git a/testing/R/R.post-install b/community/R/R.post-install similarity index 100% rename from testing/R/R.post-install rename to community/R/R.post-install