summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-08-18 06:02:32 +0000
committerBioArchLinuxBot2023-08-18 06:02:32 +0000
commit7dd1f9da976fb829bf208d0e131626d0242c43c9 (patch)
treec96091914f33139561047251992135ce8c6c0cc9
parentb18046b5e9f2ea0716eba8a3ec138ea51916b5f0 (diff)
downloadaur-7dd1f9da976fb829bf208d0e131626d0242c43c9.tar.gz
[lilac] updated to 0.19.6-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcbd090baea5..a1374dd00b18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hifiasm
pkgdesc = Haplotype-resolved de novo assembler for PacBio Hifi reads. https://doi.org/10.1038/s41592-020-01056-5
- pkgver = 0.19.5
+ pkgver = 0.19.6
pkgrel = 1
url = https://github.com/chhylp123/hifiasm
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = hifiasm
depends = glibc
depends = gcc-libs
depends = zlib
- source = hifiasm-0.19.5.tar.gz::https://github.com/chhylp123/hifiasm/archive/refs/tags/0.19.5.tar.gz
+ source = hifiasm-0.19.6.tar.gz::https://github.com/chhylp123/hifiasm/archive/refs/tags/0.19.6.tar.gz
source = LDFLAG.patch::https://patch-diff.githubusercontent.com/raw/chhylp123/hifiasm/pull/484.patch
- b2sums = 1104508456996fb43ddf05d2c43ef49eb252a9be08f8ff08ad4577a4a89e2585b1d838ab10de45125937be4ae7e740a96fcfc16189cc738abcb43c645ff1d0aa
+ b2sums = ce42a573dea7ff95869ba1357c1299a11812d5defc37964593050776fe81f8b57e041a6b77488ce5103568bf78a7401c35cd0ae20059fcb07dc65ab58aadabf6
b2sums = 6fa4df620ac4f10991702edaf155982ad7730d09caf69774403a1843f0668d00c9bdbe1c9c8ba20c56f7b2b214292da8184ed665a8e0812a0aa0119c20ae70fc
pkgname = hifiasm
diff --git a/PKGBUILD b/PKGBUILD
index 865512e80ecc..9062634d0e10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: bipin Kumar <kbipinkumar@pm.me>
pkgname=hifiasm
-pkgver=0.19.5
+pkgver=0.19.6
pkgrel=1
pkgdesc="Haplotype-resolved de novo assembler for PacBio Hifi reads. https://doi.org/10.1038/s41592-020-01056-5"
arch=(x86_64)
@@ -12,7 +12,7 @@ source=(
"$pkgname-$pkgver.tar.gz::"https://github.com/chhylp123/hifiasm/archive/refs/tags/${pkgver}.tar.gz""
"LDFLAG.patch::"https://patch-diff.githubusercontent.com/raw/chhylp123/hifiasm/pull/484.patch""
)
-b2sums=('1104508456996fb43ddf05d2c43ef49eb252a9be08f8ff08ad4577a4a89e2585b1d838ab10de45125937be4ae7e740a96fcfc16189cc738abcb43c645ff1d0aa'
+b2sums=('ce42a573dea7ff95869ba1357c1299a11812d5defc37964593050776fe81f8b57e041a6b77488ce5103568bf78a7401c35cd0ae20059fcb07dc65ab58aadabf6'
'6fa4df620ac4f10991702edaf155982ad7730d09caf69774403a1843f0668d00c9bdbe1c9c8ba20c56f7b2b214292da8184ed665a8e0812a0aa0119c20ae70fc')
prepare() {