diff --git a/BioArchLinux/r-gwasexacthw/PKGBUILD b/BioArchLinux/r-gwasexacthw/PKGBUILD index c1e7783aad..082debfbc7 100644 --- a/BioArchLinux/r-gwasexacthw/PKGBUILD +++ b/BioArchLinux/r-gwasexacthw/PKGBUILD @@ -1,11 +1,11 @@ # Maintainer: Guoyi Zhang _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 diff --git a/BioArchLinux/r-gwasexacthw/lilac.py b/BioArchLinux/r-gwasexacthw/lilac.py index dc94522131..b5cdb057c5 100644 --- a/BioArchLinux/r-gwasexacthw/lilac.py +++ b/BioArchLinux/r-gwasexacthw/lilac.py @@ -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()