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 9ab492998ee6..8ded9e4f25c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CellNOptR
-_pkgver=1.48.0
+_pkgver=1.50.0
pkgname=r-${_pkgname,,}
-pkgver=1.48.0
+pkgver=1.50.0
pkgrel=1
pkgdesc='Training of boolean logic models of signalling networks using prior knowledge networks and perturbation data'
arch=('x86_64')
@@ -36,7 +36,7 @@ optdepends=(
r-tidyr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('24302a47c04963ddf625f782871bda9e1ca5a56ef527ae7b737d6b11ac34b304')
+sha256sums=('47432b02ad35ccb80bfa21f4fb549d11768500d8dc37cd27ffd7620f7307d82c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"