summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-16 18:03:35 +0000
committerBioArchLinuxBot2023-06-16 18:03:35 +0000
commit0c888f05a0ce4e7ae8c05e6eee9ff75a52f6774c (patch)
treec4999f992b3087f455fe75338bbea75bd533c819 /PKGBUILD
parentdf36e1b8f4dfbdf2287a424d1668c6201290c553 (diff)
downloadaur-0c888f05a0ce4e7ae8c05e6eee9ff75a52f6774c.tar.gz
[lilac] updated to 1.42.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35ed56e1a105..42f136a36944 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=AnnotationForge
-_pkgver=1.42.0
+_pkgver=1.42.1
pkgname=r-${_pkgname,,}
-pkgver=1.42.0
-pkgrel=3
+pkgver=1.42.1
+pkgrel=1
pkgdesc='Tools for building SQLite-based annotation data packages'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -39,7 +39,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('87e92be76f5799fb9e2c9fd4dab5566aa96becd10ba66d0378cfdb11a9183368')
+sha256sums=('22cc9844100fe98132303cf9b978b2ec12a33709e6719e546dad99a324280673')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"