mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-protgenerics: auto updated to 1.30.0-1
This commit is contained in:
parent
5daf240614
commit
0b8ee03a2a
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=ProtGenerics
|
_pkgname=ProtGenerics
|
||||||
_pkgver=1.28.0
|
_pkgver=1.30.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.28.0
|
pkgver=1.30.0
|
||||||
pkgrel=9
|
pkgrel=1
|
||||||
pkgdesc='Generic infrastructure for Bioconductor mass spectrometry packages'
|
pkgdesc='Generic infrastructure for Bioconductor mass spectrometry packages'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://bioconductor.org/packages/${_pkgname}"
|
url="https://bioconductor.org/packages/${_pkgname}"
|
||||||
|
@ -16,7 +16,7 @@ optdepends=(
|
||||||
r-testthat
|
r-testthat
|
||||||
)
|
)
|
||||||
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=('05e06c4ed777360f6e027568ff6e3ae6e5de97e07ce52454b87f3584897c0c12')
|
sha256sums=('9116dd55ef2e09f1b1d9d81f4745574d898dcf1d438e58a896357db83e78b7cc')
|
||||||
|
|
||||||
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