summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-08-27 00:08:25 +0000
committerBioArchLinuxBot2022-08-27 00:08:25 +0000
commit6309f10b8c156032673685dbdb8c0139381c383d (patch)
treeacbd8aa5e07bdb7247bbd07c508e189a49af715d
parent667b3055ea33635fc3455b7641c1c8527f70b5d6 (diff)
downloadaur-6309f10b8c156032673685dbdb8c0139381c383d.tar.gz
[lilac] updated to 0.3-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c985d470206a..36b5b2799f77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-detectseparation
pkgdesc = Detect and Check for Separation and Infinite Maximum Likelihood Estimates
- pkgver = 0.2
- pkgrel = 4
+ pkgver = 0.3
+ pkgrel = 1
url = https://cran.r-project.org/package=detectseparation
arch = any
license = GPL
@@ -20,7 +20,7 @@ pkgbase = r-detectseparation
optdepends = r-roi.plugin.glpk
optdepends = r-roi.plugin.neos
optdepends = r-testthat
- source = https://cran.r-project.org/src/contrib/detectseparation_0.2.tar.gz
- sha256sums = 09184f7b56de8c9dde61cc6da07ea725f5f8cb8e400d7490b62b07abddd5d79d
+ source = https://cran.r-project.org/src/contrib/detectseparation_0.3.tar.gz
+ sha256sums = e8d7b7d7e58ea5b2d3d917213ad9876f71671c5ae1dbd97091adc25a7eb8e317
pkgname = r-detectseparation
diff --git a/PKGBUILD b/PKGBUILD
index a8cee90182d6..b786cdc1edcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=detectseparation
-_pkgver=0.2
+_pkgver=0.3
pkgname=r-${_pkgname,,}
-pkgver=0.2
-pkgrel=4
+pkgver=0.3
+pkgrel=1
pkgdesc='Detect and Check for Separation and Infinite Maximum Likelihood Estimates'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -29,7 +29,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('09184f7b56de8c9dde61cc6da07ea725f5f8cb8e400d7490b62b07abddd5d79d')
+sha256sums=('e8d7b7d7e58ea5b2d3d917213ad9876f71671c5ae1dbd97091adc25a7eb8e317')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"