mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-mvnormtest: fix pkgdesc
This commit is contained in:
parent
2995b1bb4e
commit
73fd3bf612
2 changed files with 6 additions and 9 deletions
|
@ -2,11 +2,11 @@
|
|||
# Contributor: Kiri <kiri@vern.cc>
|
||||
|
||||
_pkgname=mvnormtest
|
||||
_pkgver=0.1-9
|
||||
_pkgver=0.1-9-3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=3
|
||||
pkgdesc="Normality test for multivariate variables"
|
||||
pkgrel=0
|
||||
pkgdesc="Normality Test for Multivariate Variables"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=('GPL-2.0-or-later')
|
||||
|
@ -14,8 +14,8 @@ depends=(
|
|||
r
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('e5960fbfc0e69797eec01c16fe74ecb7')
|
||||
b2sums=('f3d74495580eefadef13f2540627aea93d925814d8a5c8d98687128125a751b3106ce96f596518bc77f2ed53265bb9e774cd0724fdbe5635e6b26393678f639d')
|
||||
md5sums=('5040046e51bee05b6191e1abff06875d')
|
||||
b2sums=('2418137c4524291761ddb14a92f2fdab325663a034af5578210ec29e83d23583e378c19969b224cb1a1849a70755bba95b295a44cd078079938d6f149960c7c7')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
|
|
|
@ -7,10 +7,7 @@ sys.path.append(os.path.normpath(f'{__file__}/../../../lilac-extensions'))
|
|||
from lilac_r_utils import r_pre_build
|
||||
|
||||
def pre_build():
|
||||
r_pre_build(
|
||||
_G,
|
||||
expect_needscompilation = "",
|
||||
)
|
||||
r_pre_build(_G)
|
||||
|
||||
def post_build():
|
||||
git_pkgbuild_commit()
|
||||
|
|
Loading…
Add table
Reference in a new issue