summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-28 14:18:15 +0000
committerBioArchLinuxBot2023-10-28 14:18:15 +0000
commit55b55b5e9b1e21394cfd58b5595a122000c8ac9a (patch)
treec3d5b25beb9005c5cf0e911c9091ff7083bb10a2 /PKGBUILD
parent105c316a5656c743e355a8a2528f588dbbec68b7 (diff)
downloadaur-55b55b5e9b1e21394cfd58b5595a122000c8ac9a.tar.gz
[lilac] updated to 1.8.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7df73889d6dc..564a12d29a82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=traviz
-_pkgver=1.6.0
+_pkgver=1.8.0
pkgname=r-${_pkgname,,}
-pkgver=1.6.0
+pkgver=1.8.0
pkgrel=1
pkgdesc='Trajectory functions for visualization and interpretation.'
arch=('any')
@@ -31,7 +31,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('b31429f43c39229672fb929acd1e4a6291dbf0e7da4e060566821b24a9ff4cd3')
+sha256sums=('6682a3ace8eab64755f34a77a399ca677f1c87acbcc4c3d77e9d03408656c079')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"