summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 20:00:43 +0000
committerBioArchLinuxBot2022-11-02 20:00:43 +0000
commit283cea8075bfca464bf769ccb82defab9ecf0d03 (patch)
treeed17c6616f56ae0d224565a57b1b9502d5b8b36f
parent4266b65399b74b0e016d2d9b57a4f421a4472e1c (diff)
downloadaur-283cea8075bfca464bf769ccb82defab9ecf0d03.tar.gz
[lilac] updated to 2.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 a95a7ef29793..720f8fc3767f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-logicfs
pkgdesc = Identification of SNP Interactions
- pkgver = 2.16.0
+ pkgver = 2.18.0
pkgrel = 1
url = https://bioconductor.org/packages/logicFS
arch = any
@@ -10,7 +10,7 @@ pkgbase = r-logicfs
depends = r-mcbiopi
optdepends = r-genefilter
optdepends = r-siggenes
- source = https://bioconductor.org/packages/release/bioc/src/contrib/logicFS_2.16.0.tar.gz
- sha256sums = ef31f8b034bd88cefbcced3c00c0fe42345fcb71b51e7e20a9e1683b1d31c01b
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/logicFS_2.18.0.tar.gz
+ sha256sums = e022ece7d7d11123e7dc435cd38a5045b7018463b6444268ee1477cee6025e9f
pkgname = r-logicfs
diff --git a/PKGBUILD b/PKGBUILD
index 240a7a139643..b715c5052207 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=logicFS
-_pkgver=2.16.0
+_pkgver=2.18.0
pkgname=r-${_pkgname,,}
-pkgver=2.16.0
+pkgver=2.18.0
pkgrel=1
pkgdesc='Identification of SNP Interactions'
arch=('any')
@@ -19,7 +19,7 @@ optdepends=(
r-siggenes
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ef31f8b034bd88cefbcced3c00c0fe42345fcb71b51e7e20a9e1683b1d31c01b')
+sha256sums=('e022ece7d7d11123e7dc435cd38a5045b7018463b6444268ee1477cee6025e9f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"