summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 06:47:13 +0000
committerBioArchLinuxBot2023-10-27 06:47:13 +0000
commit1b029ac849fb69a296fda6917c222eb3efb4a495 (patch)
tree412b1e0d23364b4b79337209959b3dce68b5cd36
parent3fc1d8ac333588042c800872f8648f5f8e1af28b (diff)
downloadaur-1b029ac849fb69a296fda6917c222eb3efb4a495.tar.gz
[lilac] updated to 1.26.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58bbbb6f9099..f1dd75d5ccb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-phenopath
pkgdesc = Genomic trajectories with heterogeneous genetic and environmental backgrounds
- pkgver = 1.24.0
+ pkgver = 1.26.0
pkgrel = 1
url = https://bioconductor.org/packages/phenopath
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = r-phenopath
optdepends = r-rmarkdown
optdepends = r-singlecellexperiment
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/phenopath_1.24.0.tar.gz
- sha256sums = 3f011c9ecc44689d593a639eb3f6fd1021f753fcd7e6035e1f71bafc1a5b8a00
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/phenopath_1.26.0.tar.gz
+ sha256sums = 24e1e4f03ebaf8b946671babd47f872d11f1c8df277780cb957dc7afb5bd9c84
pkgname = r-phenopath
diff --git a/PKGBUILD b/PKGBUILD
index c1a464738a95..c864d25f5828 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=phenopath
-_pkgver=1.24.0
+_pkgver=1.26.0
pkgname=r-${_pkgname,,}
-pkgver=1.24.0
+pkgver=1.26.0
pkgrel=1
pkgdesc='Genomic trajectories with heterogeneous genetic and environmental backgrounds'
arch=('x86_64')
@@ -27,7 +27,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3f011c9ecc44689d593a639eb3f6fd1021f753fcd7e6035e1f71bafc1a5b8a00')
+sha256sums=('24e1e4f03ebaf8b946671babd47f872d11f1c8df277780cb957dc7afb5bd9c84')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"