r-tinyplot: fix build

This commit is contained in:
Shun Wang 2025-03-03 15:10:50 +08:00 committed by GitHub
parent 1319e1c46e
commit 7c26cc640c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
)