mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-styler: auto updated to 1.10.2-1
This commit is contained in:
parent
1084626ab4
commit
787f73a756
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
# Contributor: Robert Greener <me@r0bert.dev>
|
||||
|
||||
_pkgname=styler
|
||||
_pkgver=1.10.1
|
||||
_pkgver=1.10.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.10.1
|
||||
pkgver=1.10.2
|
||||
pkgrel=1
|
||||
pkgdesc='Non-Invasive Pretty Printing of R Code'
|
||||
arch=('any')
|
||||
|
@ -35,7 +35,7 @@ optdepends=(
|
|||
r-tibble
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('2ba84313961c3a88df98c43bc21ac00b00b1b685c93ed0194463faa5a0785c67')
|
||||
sha256sums=('a6c055310f4be6f3c5d11314938cb592594a869bf9c9fa7fce588a53794f7b10')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue