mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-openssl: auto updated to 2.1.0-1
This commit is contained in:
parent
b2cd28dde8
commit
b870290f3b
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=openssl
|
||||
_pkgver=2.0.6
|
||||
_pkgver=2.1.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.0.6
|
||||
pkgrel=2
|
||||
pkgver=2.1.0
|
||||
pkgrel=1
|
||||
pkgdesc='Toolkit for Encryption, Signatures and Certificates Based on OpenSSL'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -26,7 +26,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('77f3032a16270f0d1734f269b8d348eedc75b277812854386091143082c1b3f3')
|
||||
sha256sums=('625a2e06ba4197ab7527af377afb39594a2e8d4fe1ae9fcdd6c74a99d956e539')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue