summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 04:10:09 +0000
committerBioArchLinuxBot2024-05-02 04:10:09 +0000
commit4ae663cee2ce3a1fbd5d7ba9aca3bcb4410dc865 (patch)
tree021751fbbe3b46714b1e3e8a53bcd558f06c5bf6
parenta0566ecac091c7bd05b0852b8818bcdb8eedab51 (diff)
downloadaur-4ae663cee2ce3a1fbd5d7ba9aca3bcb4410dc865.tar.gz
[lilac] updated to 1.14.0-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbe7ce12a399..9cbcc796353a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-fmrs
pkgdesc = Variable Selection in Finite Mixture of AFT Regression and FMR Models
- pkgver = 1.12.0
- pkgrel = 2
+ pkgver = 1.14.0
+ pkgrel = 1
url = https://bioconductor.org/packages/fmrs
arch = x86_64
license = GPL-3.0-only
@@ -9,8 +9,8 @@ pkgbase = r-fmrs
optdepends = r-biocgenerics
optdepends = r-knitr
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/fmrs_1.12.0.tar.gz
- md5sums = ccf41504ab27d93464e555b363ef406a
- b2sums = f8b92bfe2b48cf70c50532ab837b13924006632d4265f4382ccc4609bcd9ea2fc0495fe4a2bb42a124482ed867444684272b235533bf2c367c6703b93854f0ca
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/fmrs_1.14.0.tar.gz
+ md5sums = d7606df31beb9c3e753be85f678f68cd
+ b2sums = 1a4317863ce1e4d7ae41b261ce50c477a9343115a0df53e6a78b736af51b912a1540f1894ccfe39d7c54d4a5a98de8be49d36e4b7476f2ff699414fb0ad3ffb1
pkgname = r-fmrs
diff --git a/PKGBUILD b/PKGBUILD
index bd1e50406f72..8c3c17b234f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=fmrs
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=1
pkgdesc="Variable Selection in Finite Mixture of AFT Regression and FMR Models"
arch=(x86_64)
url="https://bioconductor.org/packages/$_pkgname"
@@ -18,8 +18,8 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-md5sums=('ccf41504ab27d93464e555b363ef406a')
-b2sums=('f8b92bfe2b48cf70c50532ab837b13924006632d4265f4382ccc4609bcd9ea2fc0495fe4a2bb42a124482ed867444684272b235533bf2c367c6703b93854f0ca')
+md5sums=('d7606df31beb9c3e753be85f678f68cd')
+b2sums=('1a4317863ce1e4d7ae41b261ce50c477a9343115a0df53e6a78b736af51b912a1540f1894ccfe39d7c54d4a5a98de8be49d36e4b7476f2ff699414fb0ad3ffb1')
build() {
mkdir build