mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-digest: auto updated to 0.6.30-1
This commit is contained in:
parent
e4cf414bdb
commit
73b3639621
1 changed files with 4 additions and 4 deletions
|
@ -4,10 +4,10 @@
|
|||
# Contributor: Grey Christoforo <first name at last name dot net>
|
||||
|
||||
_pkgname=digest
|
||||
_pkgver=0.6.29
|
||||
_pkgver=0.6.30
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.6.29
|
||||
pkgrel=10
|
||||
pkgver=0.6.30
|
||||
pkgrel=1
|
||||
pkgdesc='Create Compact Hash Digests of R Objects'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -20,7 +20,7 @@ optdepends=(
|
|||
r-tinytest
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('792c1f14a4c8047745152f5e45ce7351978af8d770c29d2ea39c7acd5d619cd9')
|
||||
sha256sums=('7b8059943be7dba6053268dfcc229de1bb0b55db497b2943541a6abace076aa7')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue