summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-11-09 20:54:21 +0000
committerBioArchLinuxBot2024-11-09 20:54:21 +0000
commite33f1a8bbe8daaaec41a33739c7feb5d22493b4f (patch)
tree3801b09f57cfe1d75e8ece228cc38213b264f320
parent0332ec42595d0ec9e10fe50010902f79a753dc71 (diff)
downloadaur-e33f1a8bbe8daaaec41a33739c7feb5d22493b4f.tar.gz
[lilac] updated to 1.14.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ff979aac43f..7f68e94c4656 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-trajectoryutils
pkgdesc = Single-Cell Trajectory Analysis Utilities
- pkgver = 1.12.0
+ pkgver = 1.14.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.12.0.tar.gz
- sha256sums = 30612e70306819f030dba4b462a8a82b67970e4ee66cc130158e328b08ae0197
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/TrajectoryUtils_1.14.0.tar.gz
+ sha256sums = 40d0f1305afa29dfc4e38d19904d7323515c624eee138e8aefca0e15b8548d82
pkgname = r-trajectoryutils
diff --git a/PKGBUILD b/PKGBUILD
index 91af9ad59e03..f34590e9fe19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TrajectoryUtils
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.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=('30612e70306819f030dba4b462a8a82b67970e4ee66cc130158e328b08ae0197')
+sha256sums=('40d0f1305afa29dfc4e38d19904d7323515c624eee138e8aefca0e15b8548d82')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"