summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-02-06 00:04:56 +0000
committerBioArchLinuxBot2024-02-06 00:04:56 +0000
commit6cdcc4c2d33c1b69839a234e2a56589508b031a8 (patch)
tree00296cbeb57abbfa423ea975932f0afb6804e064 /PKGBUILD
parent76622f32e1bbe96ca4e760c21f7f09d1d5cf108a (diff)
downloadaur-6cdcc4c2d33c1b69839a234e2a56589508b031a8.tar.gz
[lilac] updated to 1.10.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9560affbeaa..3c5399b20aee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TrajectoryUtils
-_pkgver=1.10.0
+_pkgver=1.10.1
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.10.1
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=('bba459c730a76780adab71dd1f130e2e025c0fb8990c45bb7320611336a00d5f')
+sha256sums=('a7d184ed827ae8f32de6e830ff0dfe65f6f04f1749c2338ba6314d66412e1b9d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"