mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-gwasexacthw: fix pkgdesc
This commit is contained in:
parent
2d021aeb35
commit
5212db9ea2
2 changed files with 6 additions and 9 deletions
|
@ -1,11 +1,11 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=GWASExactHW
|
||||
_pkgver=1.01
|
||||
_pkgver=1.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=9
|
||||
pkgdesc="Exact Hardy-Weinburg testing for Genome Wide Association Studies"
|
||||
pkgrel=0
|
||||
pkgdesc="Exact Hardy-Weinburg Testing for Genome Wide Association Studies"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=('GPL-3.0-only')
|
||||
|
@ -13,8 +13,8 @@ depends=(
|
|||
r
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('041fc38bed5b43e6f81962b872cbfbe4')
|
||||
b2sums=('585c3a70ca8a1ceb352e50ca3f8d6e2bd541dd1489b6da5eb90afad276897ed137f2dbb74d6dd735d695c565daefcf9276a9b56acaf96e767477fa3c812fcae6')
|
||||
md5sums=('717c13915dbf0c689722e43f98d25f96')
|
||||
b2sums=('e0fcd91d6915541fae4440c668292f4fedf1bfc4c4fe2951eb3db56c4ec794ad528019394e83a59c94eba3488380615dcbb84ae0fee11f9cff82a19e3ab6c823')
|
||||
|
||||
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