summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-05-13 18:01:18 +0000
committerBioArchLinuxBot2023-05-13 18:01:18 +0000
commitaf6b920cecf5c61db68f01e69adb10a60276573d (patch)
treeca669e59f1a2052fd2a94b8204d061e69166e443
parent708eb336b1e28a5b7e112915aa2ad355ed776577 (diff)
downloadaur-af6b920cecf5c61db68f01e69adb10a60276573d.tar.gz
[lilac] updated to 0.23.3-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bf267a4ea26..6962152e4cf4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.2
- pkgrel = 4
+ pkgver = 0.23.3
+ pkgrel = 1
url = https://github.com/OpenGene/fastp
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = fastp
depends = zlib
provides = fastp
conflicts = fastp
- source = https://github.com/OpenGene/fastp/archive/refs/tags/v0.23.2.tar.gz
- sha512sums = 70e4050bd0fcb15ec37b3e57bc0e4d7e67c9d1064f9693da86ca7c0d8dd4117be44c1cf93882d74f30774e81fc9f47c0c39e5db2831368aa43c0aa9ed57f2a82
+ source = https://github.com/OpenGene/fastp/archive/refs/tags/v0.23.3.tar.gz
+ sha512sums = e95170cd65460c683b8d0c33b5b624dd2fb5a1704cea928be9f3176898112902e9e3c7748d132293817878fcd237b590fae92bf71bae289b620bc192e2531016
pkgname = fastp
diff --git a/PKGBUILD b/PKGBUILD
index 9d7c13d6605f..72e1fcfcf99b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Contributor: Baytars <feicuihuangfeng@qq.com>
# Maintainer: Baytars <feicuihuangfeng@qq.com>
pkgname=fastp
-pkgver=0.23.2
-pkgrel=4
+pkgver=0.23.3
+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"
license=('MIT')
@@ -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=('70e4050bd0fcb15ec37b3e57bc0e4d7e67c9d1064f9693da86ca7c0d8dd4117be44c1cf93882d74f30774e81fc9f47c0c39e5db2831368aa43c0aa9ed57f2a82')
+sha512sums=('e95170cd65460c683b8d0c33b5b624dd2fb5a1704cea928be9f3176898112902e9e3c7748d132293817878fcd237b590fae92bf71bae289b620bc192e2531016')
build() {