summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-06-08 06:03:05 +0000
committerBioArchLinuxBot2022-06-08 06:03:05 +0000
commit35e671e2303f35d7289f6f3d37407f4b37cae5b7 (patch)
tree7b32a88077e183e0abfd8e9327dc9d476adc10b9
parent5d2528dcd9bcd5970e3c13c32c8272da22b00526 (diff)
downloadaur-35e671e2303f35d7289f6f3d37407f4b37cae5b7.tar.gz
[lilac] updated to 1.12.0-5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac680c116369..f72488007e0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 53a6e8c4b980..641fe3355983 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {