summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-04 06:11:27 +0000
committerBioArchLinuxBot2022-11-04 06:11:27 +0000
commite692410b8e06ed7a44815ced0eef47c7a2d8d28a (patch)
treee1a9fccd11338fb5fc114a93905c8bdf2a33eb01
parent8f99bc2e761998ae225da53fd27eb2faf5075741 (diff)
downloadaur-e692410b8e06ed7a44815ced0eef47c7a2d8d28a.tar.gz
[lilac] updated to 2.38.0-4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92a4db8ac48b..0ab5b950e7c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = r-rpsixml
pkgdesc = R interface to PSI-MI 2.5 files
pkgver = 2.38.0
- pkgrel = 1
- url = https://bioconductor.org/packages/RpsiXML
+ pkgrel = 4
+ url = https://bioconductor.org/packages/3.15/RpsiXML
arch = any
license = LGPL
depends = r
@@ -22,7 +22,7 @@ pkgbase = r-rpsixml
optdepends = r-rgraphviz
optdepends = r-scisi
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/RpsiXML_2.38.0.tar.gz
+ source = https://bioconductor.org/packages/3.15/bioc/src/contrib/RpsiXML_2.38.0.tar.gz
sha256sums = 719df8cadff4d9133cde3cd9a7577318673f869452c6e7088e9768dd09bc9674
pkgname = r-rpsixml
diff --git a/PKGBUILD b/PKGBUILD
index 8c239b3d136e..3659c50f943d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ _pkgname=RpsiXML
_pkgver=2.38.0
pkgname=r-${_pkgname,,}
pkgver=2.38.0
-pkgrel=1
+pkgrel=4
pkgdesc='R interface to PSI-MI 2.5 files'
arch=('any')
-url="https://bioconductor.org/packages/${_pkgname}"
+url="https://bioconductor.org/packages/3.15/${_pkgname}"
license=('LGPL')
depends=(
r
@@ -30,7 +30,7 @@ optdepends=(
r-scisi
r-testthat
)
-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=('719df8cadff4d9133cde3cd9a7577318673f869452c6e7088e9768dd09bc9674')
build() {