summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-05-30 12:01:31 +0000
committerBioArchLinuxBot2023-05-30 12:01:31 +0000
commit988ceb8a8465bda041572a66105fdf32b0428d56 (patch)
tree21c58f9d95ffda85759fdc05761622b31f261eaf
parentaf6b920cecf5c61db68f01e69adb10a60276573d (diff)
downloadaur-988ceb8a8465bda041572a66105fdf32b0428d56.tar.gz
[lilac] updated to 0.23.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6962152e4cf4..4f3812da3047 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fastp
pkgdesc = a tool designed to provide fast all-in-one preprocessing for FastQ files, developed in C++ with multithreading supported to afford high performance
- pkgver = 0.23.3
+ pkgver = 0.23.4
pkgrel = 1
url = https://github.com/OpenGene/fastp
arch = any
@@ -11,7 +11,7 @@ pkgbase = fastp
depends = zlib
provides = fastp
conflicts = fastp
- source = https://github.com/OpenGene/fastp/archive/refs/tags/v0.23.3.tar.gz
- sha512sums = e95170cd65460c683b8d0c33b5b624dd2fb5a1704cea928be9f3176898112902e9e3c7748d132293817878fcd237b590fae92bf71bae289b620bc192e2531016
+ source = https://github.com/OpenGene/fastp/archive/refs/tags/v0.23.4.tar.gz
+ sha512sums = 2c929e974708f8cd2d8cab95d59c0a5fd01bea912f6ba5d08841fd929f0f5019ef89e506c771057bd02b879836ae30564b8417271866b6bbcb4917fbeb387e76
pkgname = fastp
diff --git a/PKGBUILD b/PKGBUILD
index 72e1fcfcf99b..52e2b39512b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Baytars <feicuihuangfeng@qq.com>
# Maintainer: Baytars <feicuihuangfeng@qq.com>
pkgname=fastp
-pkgver=0.23.3
+pkgver=0.23.4
pkgrel=1
pkgdesc="a tool designed to provide fast all-in-one preprocessing for FastQ files, developed in C++ with multithreading supported to afford high performance"
url="https://github.com/OpenGene/fastp"
@@ -12,7 +12,7 @@ makedepends=('libdeflate' 'isa-l' 'make')
provides=(${pkgname})
conflicts=(${pkgname})
source=("https://github.com/OpenGene/fastp/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('e95170cd65460c683b8d0c33b5b624dd2fb5a1704cea928be9f3176898112902e9e3c7748d132293817878fcd237b590fae92bf71bae289b620bc192e2531016')
+sha512sums=('2c929e974708f8cd2d8cab95d59c0a5fd01bea912f6ba5d08841fd929f0f5019ef89e506c771057bd02b879836ae30564b8417271866b6bbcb4917fbeb387e76')
build() {