mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-snakecase: auto updated to 0.11.1-1
This commit is contained in:
parent
4929e43727
commit
6496d7abd4
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: sukanka <su975853527@gmail.com>
|
||||
|
||||
_pkgname=snakecase
|
||||
_pkgver=0.11.0
|
||||
_pkgver=0.11.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.11.0
|
||||
pkgrel=3
|
||||
pkgver=0.11.1
|
||||
pkgrel=1
|
||||
pkgdesc='Convert Strings into any Case'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -24,7 +24,7 @@ optdepends=(
|
|||
r-tibble
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('998420a58391ac85785e60bcdf6fd6927c82758ad2859a9a73a0e57299e8c1cf')
|
||||
sha256sums=('2a5f9791337ca42e392f23fb873eb44f74810583e9aa7c62fda2f28f9e750821')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue