summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-26 12:12:38 +0000
committerBioArchLinuxBot2022-11-26 12:12:38 +0000
commit75d4759d7e414753503e18fe75e08ef39300331a (patch)
tree1626d2dd8a4c61c10f4a3e8b62663e4e4aa6e0de
parent2576da2dfb071d46ce7edf9843abdafe4234149e (diff)
downloadaur-75d4759d7e414753503e18fe75e08ef39300331a.tar.gz
[lilac] updated to 1.8.0-3
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffed54d95083..99b994aa831a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = r-fmrs
pkgdesc = Variable Selection in Finite Mixture of AFT Regression and FMR
pkgver = 1.8.0
- pkgrel = 1
+ pkgrel = 3
url = https://bioconductor.org/packages/fmrs
arch = x86_64
license = GPL
depends = r
optdepends = r-biocgenerics
optdepends = r-knitr
- optdepends = r-rmarkdown
optdepends = r-testthat
optdepends = r-utils
source = https://bioconductor.org/packages/release/bioc/src/contrib/fmrs_1.8.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 873e11efd349..235bc4e4530c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=fmrs
_pkgver=1.8.0
pkgname=r-${_pkgname,,}
pkgver=1.8.0
-pkgrel=1
+pkgrel=3
pkgdesc='Variable Selection in Finite Mixture of AFT Regression and FMR'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -15,7 +15,6 @@ depends=(
optdepends=(
r-biocgenerics
r-knitr
- r-rmarkdown
r-testthat
r-utils
)