summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 03:07:20 +0000
committerBioArchLinuxBot2023-10-26 03:07:20 +0000
commita6f56e90a455c3d1e19956945e096959f9319b86 (patch)
tree98d7b23d2214de70c359cb77a14bfa04666a4560 /PKGBUILD
parent1776e48ae223d559e69948859537f0bbc0f917ee (diff)
downloadaur-r-packfinder.tar.gz
[lilac] updated to 1.14.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b6678eebb20..ec8ae8eb4585 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=packFinder
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.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=('51e11e9b0039243a9f4f939e03700c595624acf76bea737c6be555f7cf0596e8')
+sha256sums=('e64b62224e410d3b908ed25f9ca0d679f1eec78e593c5eee44941ef721c77ae8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"