mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-openssl: auto updated to 2.0.6-1
This commit is contained in:
parent
5aceafddbd
commit
81feec55a4
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.5
|
||||
_pkgver=2.0.6
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.0.5
|
||||
pkgver=2.0.6
|
||||
pkgrel=1
|
||||
pkgdesc='Toolkit for Encryption, Signatures and Certificates Based on OpenSSL'
|
||||
arch=('x86_64')
|
||||
|
@ -26,7 +26,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('8ac2140d59f9b4c642970736b08579bc8d59874ee72e1efca1826420b00786d3')
|
||||
sha256sums=('77f3032a16270f0d1734f269b8d348eedc75b277812854386091143082c1b3f3')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue