mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rprotobuflib: auto updated to 2.10.0-1
This commit is contained in:
parent
2497f0790e
commit
54b84f340f
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=RProtoBufLib
|
_pkgname=RProtoBufLib
|
||||||
_pkgver=2.8.0
|
_pkgver=2.10.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=2.8.0
|
pkgver=2.10.0
|
||||||
pkgrel=8
|
pkgrel=1
|
||||||
pkgdesc='C++ headers and static libraries of Protocol buffers'
|
pkgdesc='C++ headers and static libraries of Protocol buffers'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://bioconductor.org/packages/${_pkgname}"
|
url="https://bioconductor.org/packages/${_pkgname}"
|
||||||
|
@ -18,7 +18,7 @@ optdepends=(
|
||||||
r-rmarkdown
|
r-rmarkdown
|
||||||
)
|
)
|
||||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('f7160c1623f50f0e23d14e7e99a2e6c018186871f7f1f68c9171031f6ae678d7')
|
sha256sums=('55e45aff285a370ce7909f03eb21e1c265a611241cf2a397f4105c86f2d4a51d')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue