diff options
author | BioArchLinuxBot | 2022-06-08 06:03:05 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2022-06-08 06:03:05 +0000 |
commit | 35e671e2303f35d7289f6f3d37407f4b37cae5b7 (patch) | |
tree | 7b32a88077e183e0abfd8e9327dc9d476adc10b9 | |
parent | 5d2528dcd9bcd5970e3c13c32c8272da22b00526 (diff) | |
download | aur-35e671e2303f35d7289f6f3d37407f4b37cae5b7.tar.gz |
[lilac] updated to 1.12.0-5
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = r-slinky pkgdesc = Putting the fun in LINCS L1000 data analysis pkgver = 1.12.0 - pkgrel = 3 + pkgrel = 5 url = https://bioconductor.org/packages/3.14/bioc/html/slinky.html arch = any license = MIT @@ -24,7 +24,7 @@ pkgbase = r-slinky optdepends = r-rmarkdown optdepends = r-rtsne optdepends = r-testthat - source = https://bioconductor.riken.jp/packages/3.14/bioc/src/contrib/slinky_1.12.0.tar.gz + source = https://bioconductor.org/packages/3.14/bioc/src/contrib/slinky_1.12.0.tar.gz sha256sums = 7b6c1d58e4655744e2ba5f8422c4b2c95f184cd3e1c3a5e0fa568eef77f3dc17 pkgname = r-slinky @@ -4,7 +4,7 @@ _pkgname=slinky _pkgver=1.12.0 pkgname=r-${_pkgname,,} pkgver=1.12.0 -pkgrel=3 +pkgrel=5 pkgdesc='Putting the fun in LINCS L1000 data analysis' arch=('any') url="https://bioconductor.org/packages/3.14/bioc/html/slinky.html" @@ -32,7 +32,7 @@ optdepends=( r-rtsne r-testthat ) -source=("https://bioconductor.riken.jp/packages/3.14/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") +source=("https://bioconductor.org/packages/3.14/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") sha256sums=('7b6c1d58e4655744e2ba5f8422c4b2c95f184cd3e1c3a5e0fa568eef77f3dc17') build() { |