summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 05:20:48 +0000
committerBioArchLinuxBot2023-10-26 05:20:48 +0000
commitebb81437b7f638999fc52d2e30f89889622ac798 (patch)
tree776d7146c7dd9020b6dbc70be130b69c57525044 /PKGBUILD
parenta3dd7b5243158226c167f11e7244db98b8c2bcd1 (diff)
downloadaur-ebb81437b7f638999fc52d2e30f89889622ac798.tar.gz
[lilac] updated to 1.28.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b39eede61cef..f790fa8edaae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MGFR
-_pkgver=1.26.0
+_pkgver=1.28.0
pkgname=r-${_pkgname,,}
-pkgver=1.26.0
+pkgver=1.28.0
pkgrel=1
pkgdesc='Marker Gene Finder in RNA-seq data'
arch=('any')
@@ -15,7 +15,7 @@ depends=(
r-biomart
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('d4e5c50a697b79d10011343683b754e51490e13f239951b7955070a8309edf5e')
+sha256sums=('0a2cb5e298934c3542725d9b6bb65198090aa7f1a9982a5af84205c881566122')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"