summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 04:04:24 +0000
committerBioArchLinuxBot2023-10-27 04:04:24 +0000
commit81e86c9dc5a4cd0eae8ef832830aed26d1506184 (patch)
tree62399da350313fe1160e6565a27e75b42fb713a6
parent1bb8bda84496bc57010971fa75a652a856a81f9d (diff)
downloadaur-r-savr.tar.gz
[lilac] updated to 1.37.0-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89a471683dce..08aea1e85438 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = r-savr
pkgdesc = Parse and analyze Illumina SAV files
pkgver = 1.37.0
- pkgrel = 1
- url = https://bioconductor.org/packages/savR
+ pkgrel = 3
+ url = https://bioconductor.org/packages/3.17/savR
arch = any
license = AGPL
depends = r
@@ -13,7 +13,7 @@ pkgbase = r-savr
depends = r-xml
optdepends = r-cairo
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/savR_1.37.0.tar.gz
+ source = https://bioconductor.org/packages/3.17/bioc/src/contrib/savR_1.37.0.tar.gz
sha256sums = aaa9fb13c19f25bc5152dc9e8940089fd1e793af1166d9ad87fcd6a6e3e1918f
pkgname = r-savr
diff --git a/PKGBUILD b/PKGBUILD
index b985086c3a03..e77df90446b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ _pkgname=savR
_pkgver=1.37.0
pkgname=r-${_pkgname,,}
pkgver=1.37.0
-pkgrel=1
+pkgrel=3
pkgdesc='Parse and analyze Illumina SAV files'
arch=('any')
-url="https://bioconductor.org/packages/${_pkgname}"
+url="https://bioconductor.org/packages/3.17/${_pkgname}"
license=('AGPL')
depends=(
r
@@ -21,7 +21,7 @@ optdepends=(
r-cairo
r-testthat
)
-source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
+source=("https://bioconductor.org/packages/3.17/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('aaa9fb13c19f25bc5152dc9e8940089fd1e793af1166d9ad87fcd6a6e3e1918f')
build() {