mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-getopt: auto updated to 1.20.4-1
This commit is contained in:
parent
db2aa3d27a
commit
a1a4f6e80a
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=getopt
|
||||
_pkgver=1.20.3
|
||||
_pkgver=1.20.4
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.20.3
|
||||
pkgrel=8
|
||||
pkgver=1.20.4
|
||||
pkgrel=1
|
||||
pkgdesc="C-Like 'getopt' Behavior"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -17,7 +17,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('531f5fdfdcd6b96a73df2b39928418de342160ac1b0043861e9ea844f9fbf57f')
|
||||
sha256sums=('87d36cbe6dba41dbc1d78d845210266cdd08c7440d977d738a6e45db14221e8b')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue