summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-13 03:02:09 +0000
committerBioArchLinuxBot2022-11-13 03:02:09 +0000
commit6d7785f211115377324d1729782ba0cf2a5aa388 (patch)
treed747419f39dc8556c7a0c513e0f05fcc4a3d2fe6 /PKGBUILD
parent44ef9b3ab05eaedde13cc6322095a2c079522b6f (diff)
downloadaur-6d7785f211115377324d1729782ba0cf2a5aa388.tar.gz
[lilac] updated to 1.36.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52741dba4cf5..3373ed5cc9df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=dagLogo
-_pkgver=1.34.0
+_pkgver=1.36.0
pkgname=r-${_pkgname,,}
-pkgver=1.34.0
+pkgver=1.36.0
pkgrel=1
pkgdesc='dagLogo: a Bioconductor package for visualizing conserved amino acid sequence pattern in groups based on probability theory'
arch=('any')
@@ -14,6 +14,7 @@ depends=(
r-biocgenerics
r-biomart
r-biostrings
+ r-httr
r-motifstack
r-pheatmap
r-uniprot.ws
@@ -28,7 +29,7 @@ optdepends=(
r-xml
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('34b88306ecda9b474516ffa0835710a388539c336df57f87069c03f74039eacc')
+sha256sums=('ef83ac083d5f9046720b76916fe939b6976c9520f2d6684db8f291c26f0e264f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"