diff options
author | BioArchLinuxBot | 2023-10-25 21:42:40 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-10-25 21:42:40 +0000 |
commit | 693962cfa6ec3756e7829a2d4be97fbfb87047fe (patch) | |
tree | 0ff1f381ad29b75121acc7774d6d9e67473933ed /PKGBUILD | |
parent | 41025b828929a9dd9338eab0a065900a80660642 (diff) | |
download | aur-693962cfa6ec3756e7829a2d4be97fbfb87047fe.tar.gz |
[lilac] updated to 1.32.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=ldblock -_pkgver=1.30.0 +_pkgver=1.32.0 pkgname=r-${_pkgname,,} -pkgver=1.30.0 +pkgver=1.32.0 pkgrel=1 pkgdesc='data structures for linkage disequilibrium measures in populations' arch=('any') @@ -30,7 +30,7 @@ optdepends=( r-variantannotation ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('b887367514d36875eda490f7ced55368f4ff8b4d00794971b38fc41039aff8a1') +sha256sums=('1730eb16951ce61901bd93c55a5f04d751d4d8b6b57951416242bd9912fb5db1') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |