summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 14:23:54 +0000
committerBioArchLinuxBot2022-11-03 14:23:54 +0000
commitb187b75bf615bae7f2e3b4332d9f426612d2921c (patch)
treeafa32cfc7e4e020d3b14a46dd62a40713a98d449 /PKGBUILD
parent5cf7a3bd820671acc0fed3c7ef034f3172da8409 (diff)
downloadaur-b187b75bf615bae7f2e3b4332d9f426612d2921c.tar.gz
[lilac] updated to 1.26.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49c9b5a332a1..c9245d9ad21a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=doppelgangR
-_pkgver=1.24.0
+_pkgver=1.26.0
pkgname=r-${_pkgname,,}
-pkgver=1.24.0
+pkgver=1.26.0
pkgrel=1
pkgdesc='Identify likely duplicate samples from genomic or meta-data'
arch=('any')
@@ -27,7 +27,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ed9be20878c5f01cf9415cd8830900c00ae71198178966338fbc4d07daecc006')
+sha256sums=('c1165ff3604fccf3604f741d80361dcb1ff87086979e2299c3fe1322fb76cfe1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"