summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 03:04:34 +0000
committerBioArchLinuxBot2023-04-27 03:04:34 +0000
commit969c00aaa32fe2e25f4403b8092d59b47716ca6a (patch)
tree2ba15ab995f24c6dc5d92cef1e10833db72c1498 /PKGBUILD
parentc399c7af88d4281f11e8e1272a96ab06850b4b6e (diff)
downloadaur-969c00aaa32fe2e25f4403b8092d59b47716ca6a.tar.gz
[lilac] updated to 1.10.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0182ff01f44a..2b693673f40e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=rsemmed
-_pkgver=1.8.0
+_pkgver=1.10.0
pkgname=r-${_pkgname,,}
-pkgver=1.8.0
+pkgver=1.10.0
pkgrel=1
pkgdesc='An interface to the Semantic MEDLINE database'
arch=('any')
@@ -23,7 +23,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('5b31ca3ad38edafb70064df145b39c67e21e3cd9d19bc24086f960060bb8f678')
+sha256sums=('c505d8093bab5d94131c147ed81311b2138141b831d7018452a7794aab5fcb1a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"