r-openssl: auto updated to 2.0.1-1

This commit is contained in:
BioArchLinuxBot 2022-05-15 00:01:53 +00:00
parent e5a4600cf8
commit 4cd208f98f

View file

@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=openssl
_pkgver=2.0.0
_pkgver=2.0.1
pkgname=r-${_pkgname,,}
pkgver=2.0.0
pkgver=2.0.1
pkgrel=1
pkgdesc='Toolkit for Encryption, Signatures and Certificates Based on OpenSSL'
arch=('x86_64')
@ -25,7 +25,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('eb28fde65f33ffb780abb85ab17d724ae55c2b9dbe171155d3dd2d7154ff564b')
sha256sums=('1c6771bf1d7bfd65bc3d512e477c28672bb6c30f8689bfdbe474e62ae2e8f36c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"