summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"