summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-06 12:04:35 +0000
committerBioArchLinuxBot2024-04-06 12:04:35 +0000
commit5ecac9c4e7cc2fbce315436748d66054037a8a1c (patch)
tree27f0c2034965f44cb1983714541498c681ebc3e3 /PKGBUILD
parente011cfe912993fb93673184bdce8666f0b047ae7 (diff)
downloadaur-r-hardyweinberg.tar.gz
[lilac] updated to 1.7.8-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 092ab8c14ed9..d3b45085b4e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=HardyWeinberg
-_pkgver=1.7.7
+_pkgver=1.7.8
pkgname=r-${_pkgname,,}
-pkgver=1.7.7
+pkgver=1.7.8
pkgrel=1
pkgdesc='Statistical Tests and Graphics for Hardy-Weinberg Equilibrium'
arch=('x86_64')
@@ -16,7 +16,7 @@ depends=(
r-rsolnp
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('d072d3d3a5fd88e1d84bec109a8381507019e98f030f1f05cb728b38c8720b15')
+sha256sums=('4cf9a3fe5a67c88b403483ca1fa7d007dc0bb12665611dcf50de4bfac5f0adf1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"