mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-gridsvg: auto updated to 1.7.5-1
This commit is contained in:
parent
8c1254abd4
commit
5aceafddbd
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=gridSVG
|
||||
_pkgver=1.7-4
|
||||
_pkgver=1.7-5
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.7.4
|
||||
pkgrel=4
|
||||
pkgver=1.7.5
|
||||
pkgrel=1
|
||||
pkgdesc="Export 'grid' Graphics as SVG"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -18,7 +18,7 @@ optdepends=(
|
|||
r-lattice
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('b97666e38633960eef04e4c1d0d1be7c8209eabf16250d214a7d666f8a9557cb')
|
||||
sha256sums=('25cf6abaf6ea0abde676edc6f5012139c5c65e068412d2d38876998453b718dd')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue