mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-magick: auto updated to 2.7.4-1
This commit is contained in:
parent
3d8787d1fa
commit
8c1254abd4
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=magick
|
||||
_pkgver=2.7.3
|
||||
_pkgver=2.7.4
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.7.3
|
||||
pkgrel=4
|
||||
pkgver=2.7.4
|
||||
pkgrel=1
|
||||
pkgdesc='Advanced Graphics and Image-Processing in R'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -34,7 +34,7 @@ optdepends=(
|
|||
r-webp
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('83877b2e23ea43fbc1164de9c2422eafbe7858393ac384df5adf3a7eec122441')
|
||||
sha256sums=('e28d67737590f8c19e4cf00a9c74e59d0e45f9ece363ed105b5f40e821e8f02f')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue