summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-01-06 00:03:15 +0000
committerBioArchLinuxBot2023-01-06 00:03:15 +0000
commitccc1c380aa2842edbe7ac250b55e4557a5e09e92 (patch)
tree4a89ff2f3f91db4f5a881243f783515a42b931d6
parent8ed782574459796503fe9036585e797d18e8c77a (diff)
downloadaur-r-drtmle.tar.gz
[lilac] updated to 1.1.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8113a02cce53..7adebee3fed3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-drtmle
pkgdesc = Doubly-Robust Nonparametric Estimation and Inference
- pkgver = 1.1.1
- pkgrel = 4
+ pkgver = 1.1.2
+ pkgrel = 1
url = https://cran.r-project.org/package=drtmle
arch = any
license = MIT
@@ -18,7 +18,7 @@ pkgbase = r-drtmle
optdepends = r-rmarkdown
optdepends = r-stringi
optdepends = r-testthat
- source = https://cran.r-project.org/src/contrib/drtmle_1.1.1.tar.gz
- sha256sums = 41b8a1f9f03c6b26b6393c8eb5c7017e61084e6eab26e12521a4bc95fea5778b
+ source = https://cran.r-project.org/src/contrib/drtmle_1.1.2.tar.gz
+ sha256sums = a0af95c961f8e448cb7e983c145a64c513ffc390ceec60fa33469d78f7ef6d63
pkgname = r-drtmle
diff --git a/PKGBUILD b/PKGBUILD
index 56f84ea718c4..99ee44ad4839 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=drtmle
-_pkgver=1.1.1
+_pkgver=1.1.2
pkgname=r-${_pkgname,,}
-pkgver=1.1.1
-pkgrel=4
+pkgver=1.1.2
+pkgrel=1
pkgdesc='Doubly-Robust Nonparametric Estimation and Inference'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -27,7 +27,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('41b8a1f9f03c6b26b6393c8eb5c7017e61084e6eab26e12521a4bc95fea5778b')
+sha256sums=('a0af95c961f8e448cb7e983c145a64c513ffc390ceec60fa33469d78f7ef6d63')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"