mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-units: auto updated to 0.8.6-1
This commit is contained in:
parent
6904e256e3
commit
4ae71e07a9
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=units
|
||||
_pkgver=0.8-5
|
||||
_pkgver=0.8-6
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.8.5
|
||||
pkgrel=2
|
||||
pkgver=0.8.6
|
||||
pkgrel=1
|
||||
pkgdesc='Measurement Units for R Vectors'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -30,7 +30,7 @@ optdepends=(
|
|||
r-xml2
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('d95e80af760b053e10a1e33ce1f0c1280a84e84bd4b1d9c34d1fe9fc153603b1')
|
||||
sha256sums=('f2eaaf5d670ac8c92a103d6b9be825492550200c23450d339baf3bf359e33260')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue