summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-08-11 18:10:50 +0000
committerBioArchLinuxBot2023-08-11 18:10:50 +0000
commitdb55847934bee1c609ab4a6da713533bee4db1d1 (patch)
tree50982c41bdfa0d698044b63b2ce11b846e42a982
parent1f992b9ad4ba0c5d8698060e27d3eae60637dcdd (diff)
downloadaur-db55847934bee1c609ab4a6da713533bee4db1d1.tar.gz
[lilac] updated to 2.4.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ed67d5055fa..09d524dc7d7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-genetonic
pkgdesc = Enjoy Analyzing And Integrating The Results From Differential Expression Analysis And Functional Enrichment Analysis
- pkgver = 2.4.0
+ pkgver = 2.4.1
pkgrel = 1
url = https://bioconductor.org/packages/GeneTonic
arch = any
@@ -51,7 +51,7 @@ pkgbase = r-genetonic
optdepends = r-magrittr
optdepends = r-org.hs.eg.db
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/GeneTonic_2.4.0.tar.gz
- sha256sums = 2831bbc031910f3eff5a3d5555b8c6727da064546390187e2dfd19635b3d666e
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GeneTonic_2.4.1.tar.gz
+ sha256sums = e5a206d985860b993a3f7b88c58ed5c86bfef4b7c46d837db8b43a0fe9f69211
pkgname = r-genetonic
diff --git a/PKGBUILD b/PKGBUILD
index 63b6e32e6444..833b2f5414fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GeneTonic
-_pkgver=2.4.0
+_pkgver=2.4.1
pkgname=r-${_pkgname,,}
-pkgver=2.4.0
+pkgver=2.4.1
pkgrel=1
pkgdesc='Enjoy Analyzing And Integrating The Results From Differential Expression Analysis And Functional Enrichment Analysis'
arch=('any')
@@ -60,7 +60,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('2831bbc031910f3eff5a3d5555b8c6727da064546390187e2dfd19635b3d666e')
+sha256sums=('e5a206d985860b993a3f7b88c58ed5c86bfef4b7c46d837db8b43a0fe9f69211')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"