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,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=${_pkgver//-/.}
|
pkgver=${_pkgver//-/.}
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Lightweight Extension of the Base R Graphics System)"
|
pkgdesc="Lightweight Extension of the Base R Graphics System"
|
||||||
arch=(x86_64)
|
arch=(any)
|
||||||
url="https://cran.r-project.org/package=$_pkgname"
|
url="https://cran.r-project.org/package=$_pkgname"
|
||||||
license=('Apache License 2.0')
|
license=('Apache')
|
||||||
depends=(
|
depends=(
|
||||||
r
|
r
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue