summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-09-06 06:06:59 +0000
committerBioArchLinuxBot2023-09-06 06:06:59 +0000
commite2795e47ce65b3b13c5f36ba3a9cdc2876eab02b (patch)
tree3c34378e1011ff557665cd5fd5958d1b5491b194 /PKGBUILD
parentffb27f92c0b0eccc5eca1b337a6aef811364efce (diff)
downloadaur-r-phyclust.tar.gz
[lilac] updated to 0.1.34-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ecb89e0427c5..b0fc178d0d39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=phyclust
-_pkgver=0.1-33
+_pkgver=0.1-34
pkgname=r-${_pkgname,,}
-pkgver=0.1.33
+pkgver=0.1.34
pkgrel=1
pkgdesc='Phylogenetic Clustering (Phyloclustering)'
arch=('x86_64')
@@ -14,7 +14,7 @@ depends=(
r-ape
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('38786608193bcad6aeb5517f2d5f836c9773bdd09fc484b4bd40b06a71f5a413')
+sha256sums=('d2047030e9f24c5dc8bbb378867fbcb8e71d1f1c2ab77e9285f79f670568f5f3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"