From 7c26cc640c09c5ad27c4a45d92ca9bf0c037006f Mon Sep 17 00:00:00 2001 From: Shun Wang Date: Mon, 3 Mar 2025 15:10:50 +0800 Subject: [PATCH] r-tinyplot: fix build --- BioArchLinux/r-tinyplot/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BioArchLinux/r-tinyplot/PKGBUILD b/BioArchLinux/r-tinyplot/PKGBUILD index 7b786202f8..06b128fc10 100644 --- a/BioArchLinux/r-tinyplot/PKGBUILD +++ b/BioArchLinux/r-tinyplot/PKGBUILD @@ -5,10 +5,10 @@ _pkgver=0.3.0 pkgname=r-${_pkgname,,} pkgver=${_pkgver//-/.} pkgrel=1 -pkgdesc="Lightweight Extension of the Base R Graphics System)" -arch=(x86_64) +pkgdesc="Lightweight Extension of the Base R Graphics System" +arch=(any) url="https://cran.r-project.org/package=$_pkgname" -license=('Apache License 2.0') +license=('Apache') depends=( r )