summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-09-16 18:02:29 +0000
committerBioArchLinuxBot2023-09-16 18:02:29 +0000
commitb9ff7a7c985d4fbc03b8432a11fc802fadad0e3e (patch)
treeae40e803620edb3b96e9bf2b9ccb183dd377f37d
parentc6b2d4693b4e4188b813373672f4e6146a412dcd (diff)
downloadaur-b9ff7a7c985d4fbc03b8432a11fc802fadad0e3e.tar.gz
[lilac] updated to 3.8.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e601b5f8128..f4fe79b49414 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-omnipathr
pkgdesc = OmniPath web service client and more
- pkgver = 3.8.0
+ pkgver = 3.8.2
pkgrel = 1
url = https://bioconductor.org/packages/OmnipathR
arch = any
@@ -47,7 +47,7 @@ pkgbase = r-omnipathr
optdepends = r-smoof
optdepends = r-suprahex
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/OmnipathR_3.8.0.tar.gz
- sha256sums = 0e12ea562e135a8c670b5b4ec4000463c9ee12bd6d957bfcc2db36b5ecd85664
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/OmnipathR_3.8.2.tar.gz
+ sha256sums = 5a955364f782cbc31e3582a7043e27276f97314a3ac31758fe730f20254a4c8d
pkgname = r-omnipathr
diff --git a/PKGBUILD b/PKGBUILD
index c2c15a213946..614789d178cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=OmnipathR
-_pkgver=3.8.0
+_pkgver=3.8.2
pkgname=r-${_pkgname,,}
-pkgver=3.8.0
+pkgver=3.8.2
pkgrel=1
pkgdesc='OmniPath web service client and more'
arch=('any')
@@ -56,7 +56,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('0e12ea562e135a8c670b5b4ec4000463c9ee12bd6d957bfcc2db36b5ecd85664')
+sha256sums=('5a955364f782cbc31e3582a7043e27276f97314a3ac31758fe730f20254a4c8d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"