mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rvg: auto updated to 0.3.3-1
This commit is contained in:
parent
6412a9a19a
commit
1ba0928530
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: sukanka <su975853527@gmail.com>
|
||||
|
||||
_pkgname=rvg
|
||||
_pkgver=0.3.2
|
||||
_pkgver=0.3.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.3.2
|
||||
pkgrel=2
|
||||
pkgver=0.3.3
|
||||
pkgrel=1
|
||||
pkgdesc='R Graphics Devices for Vector Graphics Output'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -22,7 +22,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('794c762b48c5d4bcfb65408e5834ddfb8d7ab282fa16f497c494e70cb368446d')
|
||||
sha256sums=('15c8157ae2383c9452988b31420648be5bc8b4d0e5181be66c65e73262743d55')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue