summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-06-27 06:02:08 +0000
committerBioArchLinuxBot2022-06-27 06:02:08 +0000
commit1b6df848a3bd31054a3ad34a17917be8fc0c0d0e (patch)
treede9b28925fbffac619bf0a6b8c4de051dab55772 /PKGBUILD
parent37f0d27ad96e8a7a9377e92d08afb6d5e3b879cd (diff)
downloadaur-r-mustat.tar.gz
[lilac] updated to 1.7.0-6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e633ca758288..2b73738ebd2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=muStat
_pkgver=1.7.0
pkgname=r-${_pkgname,,}
pkgver=1.7.0
-pkgrel=4
+pkgrel=6
pkgdesc='Prentice Rank Sum Test and McNemar Test'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -12,7 +12,7 @@ license=('GPL')
depends=(
r
)
-source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
+source=("https://cran.r-project.org/src/contrib/Archive/${_pkgname}/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('9f9f425b562ceb2754bbd82f725ea0fc5c661a4f2b50ebdab50ca698643fe2a0')
build() {