summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2025-04-16 22:10:53 +0000
committerBioArchLinuxBot2025-04-16 22:10:53 +0000
commitef61896ed4249807d3934e39eba9d24c3a856cdf (patch)
treebab6a91df6dc13c4323fc2f0c90b2b4fd6fd1a3e
parentb967f5cc025710edad0c45bb5cf2dbec9d1c6d73 (diff)
downloadaur-r-snifter.tar.gz
[lilac] updated to 1.18.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b3efbed7bff..77050785c539 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-snifter
pkgdesc = R wrapper for the python openTSNE library
- pkgver = 1.16.0
+ pkgver = 1.18.0
pkgrel = 1
url = https://bioconductor.org/packages/snifter
arch = any
@@ -15,7 +15,7 @@ pkgbase = r-snifter
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/snifter_1.16.0.tar.gz
- sha256sums = 9bef584f5151d948b201e9880293314425857527749a3a775067c2a06151c47b
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/snifter_1.18.0.tar.gz
+ sha256sums = 339db434d6408796a4f973d2d075f057f99552e0a57b80c12e9399a84a6aaa8f
pkgname = r-snifter
diff --git a/PKGBUILD b/PKGBUILD
index 63fe7c1ead68..84fc7dd31076 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=snifter
-_pkgver=1.16.0
+_pkgver=1.18.0
pkgname=r-${_pkgname,,}
-pkgver=1.16.0
+pkgver=1.18.0
pkgrel=1
pkgdesc='R wrapper for the python openTSNE library'
arch=('any')
@@ -24,7 +24,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('9bef584f5151d948b201e9880293314425857527749a3a775067c2a06151c47b')
+sha256sums=('339db434d6408796a4f973d2d075f057f99552e0a57b80c12e9399a84a6aaa8f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"