summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 18:08:52 +0000
committerBioArchLinuxBot2024-05-01 18:08:52 +0000
commitd49556967b40dfe2030998bfc70b59a2dd8ab590 (patch)
treeeb2a14682fdb21e4464398f4682db764765640f8
parentd0a700680067c48c812f06c9aeff8e1b86213da2 (diff)
downloadaur-d49556967b40dfe2030998bfc70b59a2dd8ab590.tar.gz
[lilac] updated to 1.76.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76267e03ffbf..43678ca9472e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-mipp
pkgdesc = Misclassification Penalized Posterior Classification
- pkgver = 1.74.0
+ pkgver = 1.76.0
pkgrel = 1
url = https://bioconductor.org/packages/MiPP
arch = any
@@ -8,7 +8,7 @@ pkgbase = r-mipp
depends = r
depends = r-biobase
depends = r-e1071
- source = https://bioconductor.org/packages/release/bioc/src/contrib/MiPP_1.74.0.tar.gz
- sha256sums = 8241ed264ea0462b550342e76a74d688b6a18b39e8e45d82a85f561046f761ff
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/MiPP_1.76.0.tar.gz
+ sha256sums = 37c967c316859ad6806e78c70ae8de385d3bf48e8dce1890196a2d7ce624938b
pkgname = r-mipp
diff --git a/PKGBUILD b/PKGBUILD
index 7c283d7bea2a..42befa92b04c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MiPP
-_pkgver=1.74.0
+_pkgver=1.76.0
pkgname=r-${_pkgname,,}
-pkgver=1.74.0
+pkgver=1.76.0
pkgrel=1
pkgdesc='Misclassification Penalized Posterior Classification'
arch=('any')
@@ -15,7 +15,7 @@ depends=(
r-e1071
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('8241ed264ea0462b550342e76a74d688b6a18b39e8e45d82a85f561046f761ff')
+sha256sums=('37c967c316859ad6806e78c70ae8de385d3bf48e8dce1890196a2d7ce624938b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"