summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 02:48:25 +0000
committerBioArchLinuxBot2023-10-26 02:48:25 +0000
commit91f9997ca6ef26a4dba529c39c5babd1b0465423 (patch)
treed5cc6e7900c2dac3db5ef9c67d818a8238dc8e12 /PKGBUILD
parentc93323b38928b19adc3f63a7fccd90ab14ce2c33 (diff)
downloadaur-r-pqsfinder.tar.gz
[lilac] updated to 2.18.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca8ea2cd1039..b25c57cecf6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=pqsfinder
-_pkgver=2.16.0
+_pkgver=2.18.0
pkgname=r-${_pkgname,,}
-pkgver=2.16.0
+pkgver=2.18.0
pkgrel=1
pkgdesc='Identification of potential quadruplex forming sequences'
arch=('x86_64')
@@ -34,7 +34,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('942e84f3594f7911a9037c692061da64c12b123d02a5db290ae76073074cf057')
+sha256sums=('cb30161be92db68615306dcef78c2c872765a5ccc21c5947443ecdddcccda42e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"