diff options
author | BioArchLinuxBot | 2024-05-03 00:58:12 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-05-03 00:58:12 +0000 |
commit | b4c4908e788a1a910bf80175a3288199284058f6 (patch) | |
tree | 7729f361920da532f2ff4fb988060ca21b25f2c2 /PKGBUILD | |
parent | a1227022d875a68d5b5306c2c958ae9e61153d89 (diff) | |
download | aur-b4c4908e788a1a910bf80175a3288199284058f6.tar.gz |
[lilac] updated to 1.46.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=MotifDb -_pkgver=1.44.0 +_pkgver=1.46.0 pkgname=r-${_pkgname,,} -pkgver=1.44.0 +pkgver=1.46.0 pkgrel=1 pkgdesc='An Annotated Collection of Protein-DNA Binding Sequence Motifs' arch=('any') @@ -29,7 +29,7 @@ optdepends=( r-seqlogo ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('b90fed332c52bcceed296b824867ab944ebab291863926bf994a403d5c71e2fc') +sha256sums=('707d54cd3bee0064c8ff5ea473cf98f4a5805d0d20a4977e2fc200f49e391ed5') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |