summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 03:37:23 +0000
committerBioArchLinuxBot2024-05-03 03:37:23 +0000
commit9431a6126f8df7da0579756e135b3b9646b64abc (patch)
tree95464622e380e79e69787a920d15e81bd751a260 /PKGBUILD
parent3e602551817a1facc36de9afec37cae9fd10cae7 (diff)
downloadaur-r-methinheritsim.tar.gz
[lilac] updated to 1.26.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"