summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 03:11:00 +0000
committerBioArchLinuxBot2022-11-03 03:11:00 +0000
commit6ffbe861971496e34ff871b2f78e6900be554cad (patch)
tree7a55e074d622ddf645b4a6189e7c066d2c489932
parentae6737b9e9b3e55ac14c468049ffcad8087fc0e4 (diff)
downloadaur-6ffbe861971496e34ff871b2f78e6900be554cad.tar.gz
[lilac] updated to 1.10.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eec0eea1377d..f8db1e960ebe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-packfinder
pkgdesc = de novo Annotation of Pack-TYPE Transposable Elements
- pkgver = 1.8.0
+ pkgver = 1.10.0
pkgrel = 1
url = https://bioconductor.org/packages/packFinder
arch = any
@@ -20,7 +20,7 @@ pkgbase = r-packfinder
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/packFinder_1.8.0.tar.gz
- sha256sums = f8e994f58d306a3132b7d81316bddb0cd50c098daa96f8eff5e1a0ce11e49b6b
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/packFinder_1.10.0.tar.gz
+ sha256sums = 7abf4a64e62fc4bf7ac94531af137c8a65f463779b5d8251c7e550a372bde5ed
pkgname = r-packfinder
diff --git a/PKGBUILD b/PKGBUILD
index 6551e0dd32f3..1013fe43f435 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=packFinder
-_pkgver=1.8.0
+_pkgver=1.10.0
pkgname=r-${_pkgname,,}
-pkgver=1.8.0
+pkgver=1.10.0
pkgrel=1
pkgdesc='de novo Annotation of Pack-TYPE Transposable Elements'
arch=('any')
@@ -29,7 +29,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('f8e994f58d306a3132b7d81316bddb0cd50c098daa96f8eff5e1a0ce11e49b6b')
+sha256sums=('7abf4a64e62fc4bf7ac94531af137c8a65f463779b5d8251c7e550a372bde5ed')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"