summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-26 12:06:29 +0000
committerBioArchLinuxBot2022-11-26 12:06:29 +0000
commit7cd1b6f14a1e3cd83a855a4bd75872ec05c2c8b0 (patch)
tree8e3203736f059c41310e2a547e16745676c81196
parentd5552426c0e4d46f074a19b4f883bb3867763e4a (diff)
downloadaur-7cd1b6f14a1e3cd83a855a4bd75872ec05c2c8b0.tar.gz
[lilac] updated to 8.0.3-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d11ed0bf99e..f1d85963cbed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = r-delaporte
pkgdesc = Statistical Functions for the Delaporte Distribution
pkgver = 8.0.3
- pkgrel = 1
+ pkgrel = 3
url = https://cran.r-project.org/package=Delaporte
arch = x86_64
license = BSD
depends = r
depends = gcc-fortran
optdepends = r-covr
- optdepends = r-testthat
+ optdepends = r-tinytest
source = https://cran.r-project.org/src/contrib/Delaporte_8.0.3.tar.gz
sha256sums = 7c9c55714560d1e041108bd696b7fcb85a71edc9f3ca7913b41f5b4efb9a32b4
diff --git a/PKGBUILD b/PKGBUILD
index c244163e3c3f..490eda847991 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=Delaporte
_pkgver=8.0.3
pkgname=r-${_pkgname,,}
pkgver=8.0.3
-pkgrel=1
+pkgrel=3
pkgdesc='Statistical Functions for the Delaporte Distribution'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -15,7 +15,7 @@ depends=(
)
optdepends=(
r-covr
- r-testthat
+ r-tinytest
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('7c9c55714560d1e041108bd696b7fcb85a71edc9f3ca7913b41f5b4efb9a32b4')