summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-08-22 18:01:53 +0000
committerBioArchLinuxBot2022-08-22 18:01:53 +0000
commit5b60393dbbcc945ed80cf70a860972dcc6a22603 (patch)
tree9fb480d293a4100282cf8e0340571758752a5b89
parent15d806d707ad50183449ea114d868871c33f7613 (diff)
downloadaur-5b60393dbbcc945ed80cf70a860972dcc6a22603.tar.gz
[lilac] updated to 0.5.5-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75af592d400e..69bac41643b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-report
pkgdesc = Automated Reporting of Results and Statistical Models
- pkgver = 0.5.0
- pkgrel = 2
+ pkgver = 0.5.5
+ pkgrel = 1
url = https://github.com/easystats/report
arch = any
license = GPL
@@ -24,7 +24,7 @@ pkgbase = r-report
optdepends = r-rstanarm
optdepends = r-spelling
optdepends = r-testthat
- source = report_0.5.0.tar.gz::https://github.com/easystats/report/archive/refs/tags/0.5.0.tar.gz
- sha256sums = c661f4682cfa03936052fea733043f255b31d653ce3280006adffbc9f48b05fd
+ source = report_0.5.5.tar.gz::https://github.com/easystats/report/archive/refs/tags/0.5.5.tar.gz
+ sha256sums = 4a6ae6cb6690a37b654d52d7ea5b25872655bb9a8d250ea934437a7fde74e829
pkgname = r-report
diff --git a/PKGBUILD b/PKGBUILD
index 761ef1672113..8867cb319463 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Hu Butui <hot123tea123@gmail.com>
_pkgname=report
-_pkgver=0.5.0
+_pkgver=0.5.5
pkgname=r-${_pkgname,,}
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.5.5
+pkgrel=1
pkgdesc='Automated Reporting of Results and Statistical Models'
arch=('any')
url="https://github.com/easystats/report"
@@ -33,7 +33,7 @@ optdepends=(
r-testthat
)
source=("${_pkgname}_${pkgver}.tar.gz::https://github.com/easystats/report/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('c661f4682cfa03936052fea733043f255b31d653ce3280006adffbc9f48b05fd')
+sha256sums=('4a6ae6cb6690a37b654d52d7ea5b25872655bb9a8d250ea934437a7fde74e829')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"