summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 13:37:10 +0000
committerBioArchLinuxBot2023-04-27 13:37:10 +0000
commit04ebcc3c026d7e00ce05ec7979b54d217abf71a2 (patch)
tree8c1e8d76d46b0ce8cf306a1cb45464a3b6d1fecc
parentb8f3f1a3d88f2625f5c43c06d15cb375993db2c8 (diff)
downloadaur-04ebcc3c026d7e00ce05ec7979b54d217abf71a2.tar.gz
[lilac] updated to 1.10.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78bee05a7050..c5a5ddf7fb6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-qfeatures
pkgdesc = Quantitative features for mass spectrometry data
- pkgver = 1.8.0
+ pkgver = 1.10.0
pkgrel = 1
url = https://bioconductor.org/packages/QFeatures
arch = any
@@ -42,7 +42,7 @@ pkgbase = r-qfeatures
optdepends = r-singlecellexperiment
optdepends = r-testthat
optdepends = r-vsn
- source = https://bioconductor.org/packages/release/bioc/src/contrib/QFeatures_1.8.0.tar.gz
- sha256sums = f0a81befaf9b86e960f731c52d4a9381d41fd21bc87bd5fb81e9aa5da790c201
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/QFeatures_1.10.0.tar.gz
+ sha256sums = df1c8127b2937a496dc3e8159dd511f44c118653866a39bb5b9811674968d5f6
pkgname = r-qfeatures
diff --git a/PKGBUILD b/PKGBUILD
index 7cbccc49b8f8..7c9baa9e1eef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=QFeatures
-_pkgver=1.8.0
+_pkgver=1.10.0
pkgname=r-${_pkgname,,}
-pkgver=1.8.0
+pkgver=1.10.0
pkgrel=1
pkgdesc='Quantitative features for mass spectrometry data'
arch=('any')
@@ -51,7 +51,7 @@ optdepends=(
r-vsn
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('f0a81befaf9b86e960f731c52d4a9381d41fd21bc87bd5fb81e9aa5da790c201')
+sha256sums=('df1c8127b2937a496dc3e8159dd511f44c118653866a39bb5b9811674968d5f6')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"