summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b79fe520fde5..b0547f77c7b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-methinheritsim
pkgdesc = Simulating Whole-Genome Inherited Bisulphite Sequencing Data
- pkgver = 1.24.0
+ pkgver = 1.26.0
pkgrel = 1
url = https://bioconductor.org/packages/methInheritSim
arch = any
@@ -18,7 +18,7 @@ pkgbase = r-methinheritsim
optdepends = r-methylinheritance
optdepends = r-rmarkdown
optdepends = r-runit
- source = https://bioconductor.org/packages/release/bioc/src/contrib/methInheritSim_1.24.0.tar.gz
- sha256sums = 1c71c13b023b3806790ed1982761488db186c9d49c973f3a27b401d64ae04f87
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/methInheritSim_1.26.0.tar.gz
+ sha256sums = 76a4f7c1c472fb0cb660a12c4103dfc4168586f4d1f78c689e3a2aa0f0d22431
pkgname = r-methinheritsim
diff --git a/PKGBUILD b/PKGBUILD
index 48e1a9c529bb..8f694ec55ddd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=methInheritSim
-_pkgver=1.24.0
+_pkgver=1.26.0
pkgname=r-${_pkgname,,}
-pkgver=1.24.0
+pkgver=1.26.0
pkgrel=1
pkgdesc='Simulating Whole-Genome Inherited Bisulphite Sequencing Data'
arch=('any')
@@ -27,7 +27,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('1c71c13b023b3806790ed1982761488db186c9d49c973f3a27b401d64ae04f87')
+sha256sums=('76a4f7c1c472fb0cb660a12c4103dfc4168586f4d1f78c689e3a2aa0f0d22431')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"