summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 15:02:00 +0000
committerBioArchLinuxBot2024-05-03 15:02:00 +0000
commit1783426f688430edb64e27d51dca423954c72fc8 (patch)
treedb076c00f7ad66343a75966027115ab08ca5f391 /PKGBUILD
parent8cdfbc8b6b119d89d375d6adf5b6a19f91d06611 (diff)
downloadaur-1783426f688430edb64e27d51dca423954c72fc8.tar.gz
[lilac] updated to 1.10.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 479ee692ad56..ea42626533b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=cageminer
-_pkgver=1.8.0
+_pkgver=1.10.0
pkgname=r-${_pkgname,,}
-pkgver=1.8.0
+pkgver=1.10.0
pkgrel=1
pkgdesc='Candidate Gene Miner'
arch=('any')
@@ -31,7 +31,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('dc7f034cbc9e9b9f5080b74e94fb40ff0beab366d28eb70c92185dde391da1ad')
+sha256sums=('fd5691b9236e3a847fca035391ddb7b96975b466e5c6155b2534d2efcf7e4a46')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"