mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-sodium: auto updated to 1.3.0-1
This commit is contained in:
parent
c40cb25c7d
commit
9448250638
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Contributor: peippo <christoph+aur@christophfink.com>
|
||||
|
||||
_pkgname=sodium
|
||||
_pkgver=1.2.1
|
||||
_pkgver=1.3.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
pkgdesc="A Modern and Easy-to-Use Crypto Library"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -19,8 +19,8 @@ optdepends=(
|
|||
r-rmarkdown
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('114f6c561eaa88633704d4886ac295bf')
|
||||
sha256sums=('f76e98969710af8b6c7c7decf63706d91185eebf8a266475b554d5ad95f803a8')
|
||||
md5sums=('47515533c83716220b35251d63a2951d')
|
||||
sha256sums=('881a8d75f05f94366c367d8ca2f27f6cac879e6c54f4b632e4722d7fff62202c')
|
||||
|
||||
build() {
|
||||
mkdir -p build
|
||||
|
|
Loading…
Add table
Reference in a new issue