summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-13 02:17:36 +0000
committerBioArchLinuxBot2022-11-13 02:17:36 +0000
commitbe25ee416f40cceeb43c74072ff6fd77e9bf5a55 (patch)
treeb8a224a0f1a0b67084121809eca02431470eb8a8
parentc16d4fe54eb5ec7341c95cc5c2490ccfa1005c04 (diff)
downloadaur-be25ee416f40cceeb43c74072ff6fd77e9bf5a55.tar.gz
[lilac] updated to 1.10.0-3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67b646f0185e..fb20068814ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-weitrix
pkgdesc = Tools for matrices with precision weights, test and explore weighted or sparse data
- pkgver = 1.8.0
- pkgrel = 1
+ pkgver = 1.10.0
+ pkgrel = 3
url = https://bioconductor.org/packages/weitrix
arch = any
license = LGPL
@@ -36,7 +36,7 @@ pkgbase = r-weitrix
optdepends = r-rmarkdown
optdepends = r-testthat
optdepends = r-tidyverse
- source = https://bioconductor.org/packages/release/bioc/src/contrib/weitrix_1.8.0.tar.gz
- sha256sums = 213ac96e9bcb6c8b452436e8f65ce8d5dbd8095fcb2aac76e65e9213e6807576
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/weitrix_1.10.0.tar.gz
+ sha256sums = 8512072a5322ce328165bf61e1dc310bc3af95f4a0df5f5bb065e89e0f4102d6
pkgname = r-weitrix
diff --git a/PKGBUILD b/PKGBUILD
index 7c74de555652..da664ffed668 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=weitrix
-_pkgver=1.8.0
+_pkgver=1.10.0
pkgname=r-${_pkgname,,}
-pkgver=1.8.0
-pkgrel=1
+pkgver=1.10.0
+pkgrel=3
pkgdesc='Tools for matrices with precision weights, test and explore weighted or sparse data'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -45,7 +45,7 @@ optdepends=(
r-tidyverse
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('213ac96e9bcb6c8b452436e8f65ce8d5dbd8095fcb2aac76e65e9213e6807576')
+sha256sums=('8512072a5322ce328165bf61e1dc310bc3af95f4a0df5f5bb065e89e0f4102d6')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"