summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 07:55:36 +0000
committerBioArchLinuxBot2022-11-03 07:55:36 +0000
commit7a84965dd171d11ed99509ce61a2636348f24661 (patch)
tree93d78bc8036efecf0b0c8f360f758373d8e90167
parent7962db1c33a55ba28f5588175d7a5d97c2ce50b1 (diff)
downloadaur-7a84965dd171d11ed99509ce61a2636348f24661.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 2da0aeb55b03..9374d95bf69d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-gep2pep
pkgdesc = Creation and Analysis of Pathway Expression Profiles (PEPs)
- pkgver = 1.16.0
+ pkgver = 1.18.0
pkgrel = 1
url = https://bioconductor.org/packages/gep2pep
arch = any
@@ -18,7 +18,7 @@ pkgbase = r-gep2pep
optdepends = r-rmarkdown
optdepends = r-testthat
optdepends = r-writexls
- source = https://bioconductor.org/packages/release/bioc/src/contrib/gep2pep_1.16.0.tar.gz
- sha256sums = 10bad64ef4ffebe97cd6e9f91bbe34aed141d06f2461dd62c233bc571280c5e7
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/gep2pep_1.18.0.tar.gz
+ sha256sums = 815ba838341f835f8716fcc48952c73f10bc084f54db23f8e0b65c89839f32ae
pkgname = r-gep2pep
diff --git a/PKGBUILD b/PKGBUILD
index a318ec3faadb..4ae694f80a31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=gep2pep
-_pkgver=1.16.0
+_pkgver=1.18.0
pkgname=r-${_pkgname,,}
-pkgver=1.16.0
+pkgver=1.18.0
pkgrel=1
pkgdesc='Creation and Analysis of Pathway Expression Profiles (PEPs)'
arch=('any')
@@ -27,7 +27,7 @@ optdepends=(
r-writexls
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('10bad64ef4ffebe97cd6e9f91bbe34aed141d06f2461dd62c233bc571280c5e7')
+sha256sums=('815ba838341f835f8716fcc48952c73f10bc084f54db23f8e0b65c89839f32ae')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"