diff options
author | BioArchLinuxBot | 2024-05-02 21:12:27 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-05-02 21:12:27 +0000 |
commit | 3c879c7c1dd9eca7683d1bbb6a85bee02ac88520 (patch) | |
tree | 0673ecaefbfe047a74356d350ef633a9376b83df | |
parent | 674ca81588c7fdd287f3f1a82647b95dfc5bb470 (diff) | |
download | aur-3c879c7c1dd9eca7683d1bbb6a85bee02ac88520.tar.gz |
[lilac] updated to 1.58.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-liquidassociation pkgdesc = LiquidAssociation - pkgver = 1.56.0 + pkgver = 1.58.0 pkgrel = 1 url = https://bioconductor.org/packages/LiquidAssociation arch = any @@ -10,7 +10,7 @@ pkgbase = r-liquidassociation depends = r-geepack depends = r-org.sc.sgd.db depends = r-yeastcc - source = https://bioconductor.org/packages/release/bioc/src/contrib/LiquidAssociation_1.56.0.tar.gz - sha256sums = eb8f1f63a53bcfb14143f6c0760304eadf6ec249ae4914a2fc9c14ce04056202 + source = https://bioconductor.org/packages/release/bioc/src/contrib/LiquidAssociation_1.58.0.tar.gz + sha256sums = 8df6ffc7e6a6a4ccd4a49f17ed44037bf29c2ab383ad26b867c460a2c801f941 pkgname = r-liquidassociation @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=LiquidAssociation -_pkgver=1.56.0 +_pkgver=1.58.0 pkgname=r-${_pkgname,,} -pkgver=1.56.0 +pkgver=1.58.0 pkgrel=1 pkgdesc='LiquidAssociation' arch=('any') @@ -17,7 +17,7 @@ depends=( r-yeastcc ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('eb8f1f63a53bcfb14143f6c0760304eadf6ec249ae4914a2fc9c14ce04056202') +sha256sums=('8df6ffc7e6a6a4ccd4a49f17ed44037bf29c2ab383ad26b867c460a2c801f941') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |