summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-06 18:04:46 +0000
committerBioArchLinuxBot2024-05-06 18:04:46 +0000
commit50e3db90284860601a90a1e82bc718bc2fefdfe3 (patch)
tree4c0faa25a2e6a8da569c7edb3670aaed04d0f863
parent4cc88aea24ffcfa1325e751779ee32cf6fbf81dd (diff)
downloadaur-50e3db90284860601a90a1e82bc718bc2fefdfe3.tar.gz
[lilac] updated to 0.19.9-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f2e4e65e840..68e4de6580f9 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.8
+ pkgver = 0.19.9
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.8.tar.gz::https://github.com/chhylp123/hifiasm/archive/refs/tags/0.19.8.tar.gz
+ source = hifiasm-0.19.9.tar.gz::https://github.com/chhylp123/hifiasm/archive/refs/tags/0.19.9.tar.gz
source = LDFLAG.patch::https://patch-diff.githubusercontent.com/raw/chhylp123/hifiasm/pull/484.patch
- b2sums = 887586a30887ecdde58da04c1406391c2b2d89a186098a7b4b6a3b4636170dab4e3e1458acfc18289e9ff558c974ee2beceba5466b777f9261ad35b1164f9e38
+ b2sums = 144455148bacb4f438186dd39110fde8b205d0d90c80a780bfca7c0aa1ddbb276b4ff0c97e244ba448aa504de7009541de1e9efbb28cf0f21073ab9c0176d784
b2sums = 6fa4df620ac4f10991702edaf155982ad7730d09caf69774403a1843f0668d00c9bdbe1c9c8ba20c56f7b2b214292da8184ed665a8e0812a0aa0119c20ae70fc
pkgname = hifiasm
diff --git a/PKGBUILD b/PKGBUILD
index 22ef4a98f615..04bc1e90132f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: bipin Kumar <kbipinkumar@pm.me>
pkgname=hifiasm
-pkgver=0.19.8
+pkgver=0.19.9
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=('887586a30887ecdde58da04c1406391c2b2d89a186098a7b4b6a3b4636170dab4e3e1458acfc18289e9ff558c974ee2beceba5466b777f9261ad35b1164f9e38'
+b2sums=('144455148bacb4f438186dd39110fde8b205d0d90c80a780bfca7c0aa1ddbb276b4ff0c97e244ba448aa504de7009541de1e9efbb28cf0f21073ab9c0176d784'
'6fa4df620ac4f10991702edaf155982ad7730d09caf69774403a1843f0668d00c9bdbe1c9c8ba20c56f7b2b214292da8184ed665a8e0812a0aa0119c20ae70fc')
prepare() {