diff options
author | BioArchLinuxBot | 2022-11-03 07:55:36 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2022-11-03 07:55:36 +0000 |
commit | 7a84965dd171d11ed99509ce61a2636348f24661 (patch) | |
tree | 93d78bc8036efecf0b0c8f360f758373d8e90167 | |
parent | 7962db1c33a55ba28f5588175d7a5d97c2ce50b1 (diff) | |
download | aur-7a84965dd171d11ed99509ce61a2636348f24661.tar.gz |
[lilac] updated to 1.18.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-gep2pep pkgdesc = Creation and Analysis of Pathway Expression Profiles (PEPs) - pkgver = 1.16.0 + pkgver = 1.18.0 pkgrel = 1 url = https://bioconductor.org/packages/gep2pep arch = any @@ -18,7 +18,7 @@ pkgbase = r-gep2pep optdepends = r-rmarkdown optdepends = r-testthat optdepends = r-writexls - source = https://bioconductor.org/packages/release/bioc/src/contrib/gep2pep_1.16.0.tar.gz - sha256sums = 10bad64ef4ffebe97cd6e9f91bbe34aed141d06f2461dd62c233bc571280c5e7 + source = https://bioconductor.org/packages/release/bioc/src/contrib/gep2pep_1.18.0.tar.gz + sha256sums = 815ba838341f835f8716fcc48952c73f10bc084f54db23f8e0b65c89839f32ae pkgname = r-gep2pep @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=gep2pep -_pkgver=1.16.0 +_pkgver=1.18.0 pkgname=r-${_pkgname,,} -pkgver=1.16.0 +pkgver=1.18.0 pkgrel=1 pkgdesc='Creation and Analysis of Pathway Expression Profiles (PEPs)' arch=('any') @@ -27,7 +27,7 @@ optdepends=( r-writexls ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('10bad64ef4ffebe97cd6e9f91bbe34aed141d06f2461dd62c233bc571280c5e7') +sha256sums=('815ba838341f835f8716fcc48952c73f10bc084f54db23f8e0b65c89839f32ae') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |