mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rclipboard: auto updated to 0.2.1-1
This commit is contained in:
parent
145bf4e732
commit
ef9bdd3405
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=rclipboard
|
||||
_pkgver=0.2.0
|
||||
_pkgver=0.2.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.2.0
|
||||
pkgrel=3
|
||||
pkgver=0.2.1
|
||||
pkgrel=1
|
||||
pkgdesc="Shiny/R Wrapper for 'clipboard.js'"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -15,7 +15,7 @@ depends=(
|
|||
r-shiny
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('87e43c98471c802cdfd21f3d4c0850973630c907e2aea03a0611e64546e8a3ea')
|
||||
sha256sums=('023153f184db1ecf379301fc3da5fe827a4ee76b1b95daa007aff5127719b2a1')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue