diff options
author | BioArchLinuxBot | 2022-11-04 06:25:20 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2022-11-04 06:25:20 +0000 |
commit | 5f02feaf8352c1be3facb72dee389923b4fe714e (patch) | |
tree | 60451e4e7c138823afb008586e235901ac62e4c1 /PKGBUILD | |
parent | ad6ddd40d8a91fa9c6209823ec0935eb28447fe5 (diff) | |
download | aur-5f02feaf8352c1be3facb72dee389923b4fe714e.tar.gz |
[lilac] updated to 1.62.0-4
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,10 +4,10 @@ _pkgname=ppiStats _pkgver=1.62.0 pkgname=r-${_pkgname,,} pkgver=1.62.0 -pkgrel=1 +pkgrel=4 pkgdesc='Protein-Protein Interaction Statistical Package' arch=('any') -url="https://bioconductor.org/packages/${_pkgname}" +url="https://bioconductor.org/packages/3.15/${_pkgname}" license=('Artistic2.0') depends=( r @@ -22,7 +22,7 @@ optdepends=( r-xtable r-yeastexpdata ) -source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") +source=("https://bioconductor.org/packages/3.15/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") sha256sums=('01a9a0f95d0abb2d32d28bf064eb08a087cebc89c8ba2239e9a07801959baf70') build() { |