mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-argparse: auto updated to 2.2.3-1
This commit is contained in:
parent
2013949007
commit
b710039edd
1 changed files with 4 additions and 4 deletions
|
@ -3,10 +3,10 @@
|
|||
# Contributor: articpenguin <julia.schweinz at mailfence dot com>
|
||||
|
||||
_pkgname=argparse
|
||||
_pkgver=2.2.2
|
||||
_pkgver=2.2.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=3
|
||||
pkgrel=1
|
||||
pkgdesc="Command Line Optional and Positional Argument Parser"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
|
@ -26,8 +26,8 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('fe22b79b423ac686d072694fe30b8617')
|
||||
b2sums=('c9d6f2fa2ad5e498ed375e5ad5157ad0af4475b74e8b1137ba0cf7917a27697b058d09e6ff0baa6e7ec5ae683fa9198ab3577ce28150019d631174b2dc01cad2')
|
||||
md5sums=('a3d1cf4737fcccb4cd0ef0da970e61df')
|
||||
b2sums=('9da45954a4e2d941bd62eab33c3d66926524d0dae50a451b25d26e815d237fc9bd1628e6a9a8f1c372cd87f445a8dd5f14384ac0105fb6f786780b2166f195d7')
|
||||
|
||||
prepare() {
|
||||
# fix tests
|
||||
|
|
Loading…
Add table
Reference in a new issue