summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 02:19:54 +0000
committerBioArchLinuxBot2023-10-26 02:19:54 +0000
commite03d3c90328df0057b30aa7f1bd384a0fe847ad1 (patch)
tree08be565f9e78c79fc8153c9006185ba01ecbb0e0 /PKGBUILD
parent202e5c288f3cc0fec2a1573352199ce8a531f928 (diff)
downloadaur-r-megadepth.tar.gz
[lilac] updated to 1.12.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a7e84022f62..271e215b3dac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=megadepth
-_pkgver=1.10.0
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.12.0
pkgrel=1
pkgdesc='megadepth: BigWig and BAM related utilities'
arch=('any')
@@ -34,7 +34,7 @@ optdepends=(
r-tools
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('8751762258700ae58d007f34720da52857a4356632c9b5aa8e258f9cad7bf0ff')
+sha256sums=('83ed546eb617661c69ea8928acfe5f72b9c9085b0fbb12140dda0bb80d262d3d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"