summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 21:21:55 +0000
committerBioArchLinuxBot2024-05-01 21:21:55 +0000
commit420fc725cd4188291a761559698d01618d1ceb00 (patch)
tree46607253c48290b4657f108959ba479968e81bca
parenta998d90cbe0b58868747cc0c80aa3aac3619a795 (diff)
downloadaur-r-oncosimulr.tar.gz
[lilac] updated to 4.6.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6efca3298e59..598351a37c60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-oncosimulr
pkgdesc = Forward Genetic Simulation of Cancer Progression with Epistasis
- pkgver = 4.4.0
+ pkgver = 4.6.0
pkgrel = 1
url = https://bioconductor.org/packages/OncoSimulR
arch = x86_64
@@ -26,7 +26,7 @@ pkgbase = r-oncosimulr
optdepends = r-pander
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/OncoSimulR_4.4.0.tar.gz
- sha256sums = 733f67a98d20adc406d8f41b8f872fb87493f5048c6e2f22002eba7365593b9b
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/OncoSimulR_4.6.0.tar.gz
+ sha256sums = 790c6b155fbea833639cab5ca2a9d2ce3ee0507f6add2982e5115245a53aedc8
pkgname = r-oncosimulr
diff --git a/PKGBUILD b/PKGBUILD
index 8890172b9563..21976fb4158c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=OncoSimulR
-_pkgver=4.4.0
+_pkgver=4.6.0
pkgname=r-${_pkgname,,}
-pkgver=4.4.0
+pkgver=4.6.0
pkgrel=1
pkgdesc='Forward Genetic Simulation of Cancer Progression with Epistasis'
arch=('x86_64')
@@ -35,7 +35,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('733f67a98d20adc406d8f41b8f872fb87493f5048c6e2f22002eba7365593b9b')
+sha256sums=('790c6b155fbea833639cab5ca2a9d2ce3ee0507f6add2982e5115245a53aedc8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"