summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 14:20:52 +0000
committerBioArchLinuxBot2023-04-27 14:20:52 +0000
commit1155588c9bd07817c4fb80abffd0cfebbaba318c (patch)
tree3b1f01cdbf95cc79daa67d4dd9c7d0c6aeea1d0c /PKGBUILD
parenta0a4f2381e14a823027afbfbde31ff511be34ea5 (diff)
downloadaur-1155588c9bd07817c4fb80abffd0cfebbaba318c.tar.gz
[lilac] updated to 1.42.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59044a7aaa53..28cd2979a107 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=AnnotationForge
-_pkgver=1.40.2
+_pkgver=1.42.0
pkgname=r-${_pkgname,,}
-pkgver=1.40.2
+pkgver=1.42.0
pkgrel=1
pkgdesc='Tools for building SQLite-based annotation data packages'
arch=('any')
@@ -38,7 +38,7 @@ optdepends=(
r-org.hs.eg.db
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('8d1b474b2e15235b0ec80c9e426e462a795830fec96499259f14d2fc13b567a9')
+sha256sums=('87e92be76f5799fb9e2c9fd4dab5566aa96becd10ba66d0378cfdb11a9183368')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"