summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-13 02:33:06 +0000
committerBioArchLinuxBot2022-11-13 02:33:06 +0000
commita0567d6e48e2eb1a5d83997fb34dcf92dce8663c (patch)
tree188edc8ec26116e625ac77fac47ac07c4c5d6af7
parent180564b2040a779336535446c621f3527413676f (diff)
downloadaur-a0567d6e48e2eb1a5d83997fb34dcf92dce8663c.tar.gz
[lilac] updated to 1.8.0-3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0196278ac2c..b77ed2431b6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-gwena
pkgdesc = Pipeline for augmented co-expression analysis
- pkgver = 1.6.0
- pkgrel = 1
+ pkgver = 1.8.0
+ pkgrel = 3
url = https://bioconductor.org/packages/GWENA
arch = any
license = GPL
@@ -29,7 +29,7 @@ pkgbase = r-gwena
optdepends = r-rmarkdown
optdepends = r-s4vectors
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/GWENA_1.6.0.tar.gz
- sha256sums = 3ddc6ff66295600f1bf6ac70909a93e6475d0aa62e1832b5549837f3342b9a81
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GWENA_1.8.0.tar.gz
+ sha256sums = 187a71391ac0268f758b196e392e54c0ec198b19e0c00d74510701a31fb747f0
pkgname = r-gwena
diff --git a/PKGBUILD b/PKGBUILD
index 58e796cd364d..7cdb022f0b39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GWENA
-_pkgver=1.6.0
+_pkgver=1.8.0
pkgname=r-${_pkgname,,}
-pkgver=1.6.0
-pkgrel=1
+pkgver=1.8.0
+pkgrel=3
pkgdesc='Pipeline for augmented co-expression analysis'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -38,7 +38,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3ddc6ff66295600f1bf6ac70909a93e6475d0aa62e1832b5549837f3342b9a81')
+sha256sums=('187a71391ac0268f758b196e392e54c0ec198b19e0c00d74510701a31fb747f0')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"