summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 00:24:59 +0000
committerBioArchLinuxBot2024-05-02 00:24:59 +0000
commit9776050bc32989dbea039f2f56bc625c3efae7b5 (patch)
tree8478e61377241534ef963949b6d62b65ccc43c22
parenta6f56e90a455c3d1e19956945e096959f9319b86 (diff)
downloadaur-r-packfinder.tar.gz
[lilac] updated to 1.16.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a981eadbe1e..7ff343c6fd26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-packfinder
pkgdesc = de novo Annotation of Pack-TYPE Transposable Elements
- pkgver = 1.14.0
+ pkgver = 1.16.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.14.0.tar.gz
- sha256sums = e64b62224e410d3b908ed25f9ca0d679f1eec78e593c5eee44941ef721c77ae8
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/packFinder_1.16.0.tar.gz
+ sha256sums = 115507ad7a121b63fcb6440958185c2829a2530d88a749acdbc667e737e01a79
pkgname = r-packfinder
diff --git a/PKGBUILD b/PKGBUILD
index ec8ae8eb4585..b792b6a4943f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=packFinder
-_pkgver=1.14.0
+_pkgver=1.16.0
pkgname=r-${_pkgname,,}
-pkgver=1.14.0
+pkgver=1.16.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=('e64b62224e410d3b908ed25f9ca0d679f1eec78e593c5eee44941ef721c77ae8')
+sha256sums=('115507ad7a121b63fcb6440958185c2829a2530d88a749acdbc667e737e01a79')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"