diff options
author | BioArchLinuxBot | 2024-11-29 12:09:19 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-11-29 12:09:19 +0000 |
commit | 2d7152c0f2cd77b6cce311211c28af82fe1ffcd1 (patch) | |
tree | 6ae0b4eb6b77fa351a815ba3e6a2a4cd64b23fb5 | |
parent | 5ff9c0c2f915357c82df15c91bcfbfd6980786f3 (diff) | |
download | aur-r-extremes.tar.gz |
[lilac] updated to 2.2-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = r-extremes pkgdesc = Extreme Value Analysis - pkgver = 2.1.4 + pkgver = 2.2 pkgrel = 1 url = https://cran.r-project.org/package=extRemes arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = r-extremes depends = r-distillery depends = r-lmoments optdepends = r-fields - source = https://cran.r-project.org/src/contrib/extRemes_2.1-4.tar.gz - sha256sums = cea42cf67e7a2d99451a2a3541bab41c1e64c86b45de37fa0119c49f7083b78a + source = https://cran.r-project.org/src/contrib/extRemes_2.2.tar.gz + sha256sums = 7f9bff78e19110456067db05d2eca8a54d3191a20962af9dba83d99f31c1651b pkgname = r-extremes @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=extRemes -_pkgver=2.1-4 +_pkgver=2.2 pkgname=r-${_pkgname,,} -pkgver=2.1.4 +pkgver=2.2 pkgrel=1 pkgdesc='Extreme Value Analysis' arch=('x86_64') @@ -18,7 +18,7 @@ optdepends=( r-fields ) source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('cea42cf67e7a2d99451a2a3541bab41c1e64c86b45de37fa0119c49f7083b78a') +sha256sums=('7f9bff78e19110456067db05d2eca8a54d3191a20962af9dba83d99f31c1651b') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |