diff options
author | BioArchLinuxBot | 2022-11-02 23:17:28 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2022-11-02 23:17:28 +0000 |
commit | 6e1c2948889a6790cc37d4b28998f9aa2467cb49 (patch) | |
tree | 40de4177b090797ebe7ad5f1763be57d7ffbe51a | |
parent | f0dd0bbdb1eabf0bc67ae89b29f591e4adfe78cd (diff) | |
download | aur-6e1c2948889a6790cc37d4b28998f9aa2467cb49.tar.gz |
[lilac] updated to 1.50.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = r-rtca pkgdesc = Open-source toolkit to analyse data from xCELLigence System (RTCA) - pkgver = 1.48.0 + pkgver = 1.50.0 pkgrel = 1 url = https://bioconductor.org/packages/RTCA arch = any @@ -10,7 +10,7 @@ pkgbase = r-rtca depends = r-gtools depends = r-rcolorbrewer optdepends = r-xtable - source = https://bioconductor.org/packages/release/bioc/src/contrib/RTCA_1.48.0.tar.gz - sha256sums = eb33060d370bb94bf0702871129d583b3fb1bd99e9c11fbb235e481347f06c19 + source = https://bioconductor.org/packages/release/bioc/src/contrib/RTCA_1.50.0.tar.gz + sha256sums = 4c2f95d14208ab6f491fc5d628093be9c4fd6ac73a86d74131b1c145edcca5c9 pkgname = r-rtca @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=RTCA -_pkgver=1.48.0 +_pkgver=1.50.0 pkgname=r-${_pkgname,,} -pkgver=1.48.0 +pkgver=1.50.0 pkgrel=1 pkgdesc='Open-source toolkit to analyse data from xCELLigence System (RTCA)' arch=('any') @@ -19,7 +19,7 @@ optdepends=( r-xtable ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('eb33060d370bb94bf0702871129d583b3fb1bd99e9c11fbb235e481347f06c19') +sha256sums=('4c2f95d14208ab6f491fc5d628093be9c4fd6ac73a86d74131b1c145edcca5c9') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |