summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2025-04-17 06:47:46 +0000
committerBioArchLinuxBot2025-04-17 06:47:46 +0000
commit1430c191e68ee8b3b7a79db9f2853cb9801151a0 (patch)
treeef8e582d74ced23feb1d35b60fc5c49a8cc176d6 /PKGBUILD
parent845601deaaabd27f5f58c617d402cf01a6dfd4c2 (diff)
downloadaur-r-qckitfastq.tar.gz
[lilac] updated to 1.24.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8b4d00f63fa..3d0e1af64822 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=qckitfastq
-_pkgver=1.22.0
+_pkgver=1.24.0
pkgname=r-${_pkgname,,}
-pkgver=1.22.0
+pkgver=1.24.0
pkgrel=1
pkgdesc='FASTQ Quality Control'
arch=('x86_64')
@@ -31,7 +31,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('4c42fe802a8e66caa0c34000ccfe56f58c10f35550f4b10fe4edf64ed6edf142')
+sha256sums=('c7053ab9518d46507b042b256fb1df45e251f7f17da519a62582532605798c9a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"