mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-imager: auto updated to 1.0.2-1
This commit is contained in:
parent
4e87a86708
commit
756b60ffe4
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=imager
|
||||
_pkgver=1.0.1
|
||||
_pkgver=1.0.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.0.1
|
||||
pkgver=1.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="Image Processing Library Based on 'CImg'"
|
||||
arch=('x86_64')
|
||||
|
@ -39,7 +39,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('b543f03a23eec942067d975f17f925d2ba5f7396916789045cbe138fc69f1945')
|
||||
sha256sums=('7c849086cb17d6c5aefc106217363e14afbcda2a9e0120687d40805b5e1c566a')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue