summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-29 07:31:24 +0000
committerBioArchLinuxBot2023-04-29 07:31:24 +0000
commitc013a3ace86ebaa102b03208c15a35e2b4d8d4f0 (patch)
tree042bbd21cd19897c8e05e6003220d43ebfb8b4be /PKGBUILD
parentc23f399c5c9b7274ebf3c3f0504f6014d7b7f333 (diff)
downloadaur-c013a3ace86ebaa102b03208c15a35e2b4d8d4f0.tar.gz
[lilac] updated to 1.8.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c562c22f1a2..945cf5c18ee8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=shinyepico
-_pkgver=1.6.0
+_pkgver=1.8.0
pkgname=r-${_pkgname,,}
-pkgver=1.6.0
+pkgver=1.8.0
pkgrel=1
pkgdesc='ShinyƉPICo'
arch=('any')
@@ -37,6 +37,7 @@ depends=(
r-zip
)
optdepends=(
+ r-biocstyle
r-illuminahumanmethylation450kanno.ilmn12.hg19
r-illuminahumanmethylation450kmanifest
r-illuminahumanmethylationepicanno.ilm10b4.hg19
@@ -47,7 +48,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('0d962138e3f39a8797261a7894c69469a1fb976152905f9994ad7093142daa02')
+sha256sums=('e16321def5699f367b5bf02b9a9f4fc583488c79c0458aae8e0bd0a4dbd83f39')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"