diff options
author | BioArchLinuxBot | 2023-11-05 18:04:27 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-11-05 18:04:27 +0000 |
commit | 7998127a03a0be17a75e2c1de4dec77411ff2881 (patch) | |
tree | b9140a6dbc2eea5b761d761a2dba2d82597bc30e | |
parent | 82c1150fef31dc8e9c4d0cb0fb9789487fd50514 (diff) | |
download | aur-7998127a03a0be17a75e2c1de4dec77411ff2881.tar.gz |
[lilac] updated to 1.21.0-3
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,8 +1,8 @@ pkgbase = r-migsa pkgdesc = Massive and Integrative Gene Set Analysis pkgver = 1.21.0 - pkgrel = 1 - url = https://bioconductor.org/packages/MIGSA + pkgrel = 3 + url = https://bioconductor.org/packages/3.16/MIGSA arch = any license = GPL depends = r @@ -39,7 +39,7 @@ pkgbase = r-migsa optdepends = r-mgsz optdepends = r-migsadata optdepends = r-runit - source = https://bioconductor.org/packages/release/bioc/src/contrib/MIGSA_1.21.0.tar.gz + source = https://bioconductor.org/packages/3.16/bioc/src/contrib/MIGSA_1.21.0.tar.gz sha256sums = f5b65c10e0ae2d57e5de4fe84c800ffd5499203f1caa7fe0df6175143f4dfc2c pkgname = r-migsa @@ -4,10 +4,10 @@ _pkgname=MIGSA _pkgver=1.21.0 pkgname=r-${_pkgname,,} pkgver=1.21.0 -pkgrel=1 +pkgrel=3 pkgdesc='Massive and Integrative Gene Set Analysis' arch=('any') -url="https://bioconductor.org/packages/${_pkgname}" +url="https://bioconductor.org/packages/3.16/${_pkgname}" license=('GPL') depends=( r @@ -47,7 +47,7 @@ optdepends=( r-migsadata r-runit ) -source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") +source=("https://bioconductor.org/packages/3.16/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") sha256sums=('f5b65c10e0ae2d57e5de4fe84c800ffd5499203f1caa7fe0df6175143f4dfc2c') build() { |