mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-openssl: auto updated to 2.0.2-1
This commit is contained in:
parent
ec316ec1f6
commit
01f19000b9
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=openssl
|
||||
_pkgver=2.0.1
|
||||
_pkgver=2.0.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.0.1
|
||||
pkgver=2.0.2
|
||||
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=('1c6771bf1d7bfd65bc3d512e477c28672bb6c30f8689bfdbe474e62ae2e8f36c')
|
||||
sha256sums=('862d3dc9bb69d92e36e83a7506be83443d4a4957f5f08f6617d7873c67a1f1c4')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue