summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 21:26:37 +0000
committerBioArchLinuxBot2024-05-02 21:26:37 +0000
commit0332ec42595d0ec9e10fe50010902f79a753dc71 (patch)
tree5050feb5b6a29340c407d8bc09ce30cb2c009d79
parent6cdcc4c2d33c1b69839a234e2a56589508b031a8 (diff)
downloadaur-r-trajectoryutils.tar.gz
[lilac] updated to 1.12.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a271a5208f8..3ff979aac43f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-trajectoryutils
pkgdesc = Single-Cell Trajectory Analysis Utilities
- pkgver = 1.10.1
+ pkgver = 1.12.0
pkgrel = 1
url = https://bioconductor.org/packages/TrajectoryUtils
arch = any
@@ -18,7 +18,7 @@ pkgbase = r-trajectoryutils
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/TrajectoryUtils_1.10.1.tar.gz
- sha256sums = a7d184ed827ae8f32de6e830ff0dfe65f6f04f1749c2338ba6314d66412e1b9d
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/TrajectoryUtils_1.12.0.tar.gz
+ sha256sums = 30612e70306819f030dba4b462a8a82b67970e4ee66cc130158e328b08ae0197
pkgname = r-trajectoryutils
diff --git a/PKGBUILD b/PKGBUILD
index 3c5399b20aee..91af9ad59e03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TrajectoryUtils
-_pkgver=1.10.1
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.1
+pkgver=1.12.0
pkgrel=1
pkgdesc='Single-Cell Trajectory Analysis Utilities'
arch=('any')
@@ -27,7 +27,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('a7d184ed827ae8f32de6e830ff0dfe65f6f04f1749c2338ba6314d66412e1b9d')
+sha256sums=('30612e70306819f030dba4b462a8a82b67970e4ee66cc130158e328b08ae0197')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"