diff options
author | BioArchLinuxBot | 2025-04-18 15:40:54 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2025-04-18 15:40:54 +0000 |
commit | c64a35f3f867ef4bfe5e32ec13858613d2fcd26f (patch) | |
tree | f81ecacf81d52fd68ed364109926645bc9fb49b3 /PKGBUILD | |
parent | cf6da790d4d8e3fe144bf15887efbf3d13100811 (diff) | |
download | aur-r-biocgraph.tar.gz |
[lilac] updated to 1.70.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=biocGraph -_pkgver=1.68.0 +_pkgver=1.70.0 pkgname=r-${_pkgname,,} -pkgver=1.68.0 +pkgver=1.70.0 pkgrel=1 pkgdesc='Graph examples and use cases in Bioinformatics' arch=('any') @@ -22,7 +22,7 @@ optdepends=( r-hgu95av2.db ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('9ec9de4caba54c4fec9a7bd1284b97236b8147c7d2e07a45812ee7af5a0a668e') +sha256sums=('b3028ad8b9d3ec0ba1aa3eb64d6ff7003998284d36fefb1eb061e9ecc9ebc747') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |