mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-fsa: auto updated to 0.9.6-1
This commit is contained in:
parent
dad8a2cfa5
commit
3dc4068f98
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Contributor: Robert Greener <me@r0bert.dev>
|
||||
|
||||
_pkgname=FSA
|
||||
_pkgver=0.9.5
|
||||
_pkgver=0.9.6
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.9.5
|
||||
pkgrel=2
|
||||
pkgver=0.9.6
|
||||
pkgrel=1
|
||||
pkgdesc='Simple Fisheries Stock Assessment Methods'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -37,7 +37,7 @@ optdepends=(
|
|||
r-tibble
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('e08db2986b84ef84c93a160c34e0bd1b7fa12d92863e464234edc50375702f2d')
|
||||
sha256sums=('6ff8accc4bf61917915888a384bd6cedb4584f5fd0857552a0e3afc97d16ece2')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue