mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-tinyplot: fix build
This commit is contained in:
parent
1319e1c46e
commit
7c26cc640c
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue