mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-evaluate: auto updated to 0.22-1
This commit is contained in:
parent
43a0401444
commit
e4a453d1b3
1 changed files with 4 additions and 4 deletions
|
@ -6,10 +6,10 @@
|
||||||
# Contributor: Alex Branham <alex.branham@gmail.com>
|
# Contributor: Alex Branham <alex.branham@gmail.com>
|
||||||
|
|
||||||
_pkgname=evaluate
|
_pkgname=evaluate
|
||||||
_pkgver=0.21
|
_pkgver=0.22
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=${_pkgver//-/.}
|
pkgver=${_pkgver//-/.}
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
pkgdesc="Parsing and Evaluation Tools that Provide More Details than the Default"
|
pkgdesc="Parsing and Evaluation Tools that Provide More Details than the Default"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://cran.r-project.org/package=${_pkgname}"
|
url="https://cran.r-project.org/package=${_pkgname}"
|
||||||
|
@ -25,8 +25,8 @@ optdepends=(
|
||||||
r-withr
|
r-withr
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
md5sums=('fcd53297915079edf4f846d0c6489379')
|
md5sums=('5499a742ee6fb940f2a98fcfc0e098b2')
|
||||||
sha256sums=('3178c99cee8917d7d128806d064d4fecce7845ed07f42e759dcc0adda89c22b9')
|
sha256sums=('9047d8732f14677b512d2b00dc6afbdfd579e3735f35ae746a2b2ff26bfce46b')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
|
|
Loading…
Add table
Reference in a new issue