diff options
author | BioArchLinuxBot | 2025-03-21 13:12:59 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2025-03-21 13:12:59 +0000 |
commit | 89dbf2b5f271c5ecdf832af3a81fbbaf334f7987 (patch) | |
tree | 1b636d64ddc1271a94cc4e9353f29297919d4c6d | |
parent | 94ec614a40569baebdcf80967944ee971c1c0416 (diff) | |
download | aur-r-biotip.tar.gz |
[lilac] updated to 1.20.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-biotip pkgdesc = BioTIP: An R package for characterization of Biological Tipping-Point - pkgver = 1.16.0 + pkgver = 1.20.0 pkgrel = 1 url = https://bioconductor.org/packages/BioTIP arch = any @@ -16,7 +16,7 @@ pkgbase = r-biotip optdepends = r-knitr optdepends = r-markdown optdepends = r-rmarkdown - source = https://bioconductor.org/packages/release/bioc/src/contrib/BioTIP_1.16.0.tar.gz - sha256sums = 1e4c5b5b38e0d617662d4b7e202b3d42bb6ab6bab1e403d1a41d88b8c67672ad + source = https://bioconductor.org/packages/release/bioc/src/contrib/BioTIP_1.20.0.tar.gz + sha256sums = 23f4bf465162be57a1a2624f9ad23f1a59e2273b8d5b00d6eb844dab494c2e5d pkgname = r-biotip @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=BioTIP -_pkgver=1.16.0 +_pkgver=1.20.0 pkgname=r-${_pkgname,,} -pkgver=1.16.0 +pkgver=1.20.0 pkgrel=1 pkgdesc='BioTIP: An R package for characterization of Biological Tipping-Point' arch=('any') @@ -25,7 +25,7 @@ optdepends=( r-rmarkdown ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('1e4c5b5b38e0d617662d4b7e202b3d42bb6ab6bab1e403d1a41d88b8c67672ad') +sha256sums=('23f4bf465162be57a1a2624f9ad23f1a59e2273b8d5b00d6eb844dab494c2e5d') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |