summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-11-06 06:02:51 +0000
committerBioArchLinuxBot2023-11-06 06:02:51 +0000
commit4cc88aea24ffcfa1325e751779ee32cf6fbf81dd (patch)
tree5ac7a5b8854170a1118b66874c7ff155768b24e7
parent5fc940213e060e6ec25330785b260ffdec84062d (diff)
downloadaur-4cc88aea24ffcfa1325e751779ee32cf6fbf81dd.tar.gz
[lilac] updated to 0.19.8-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d55f38ab555..0f2e4e65e840 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.7
+ pkgver = 0.19.8
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.7.tar.gz::https://github.com/chhylp123/hifiasm/archive/refs/tags/0.19.7.tar.gz
+ source = hifiasm-0.19.8.tar.gz::https://github.com/chhylp123/hifiasm/archive/refs/tags/0.19.8.tar.gz
source = LDFLAG.patch::https://patch-diff.githubusercontent.com/raw/chhylp123/hifiasm/pull/484.patch
- b2sums = 139a48bf0a04434a33e2d2519c79b431d5dbf703abb1969cd2319ad1cc678eaaccb6bcfee61c29f14acae4f244c607888410a6d82e491f08a92768c3174902b2
+ b2sums = 887586a30887ecdde58da04c1406391c2b2d89a186098a7b4b6a3b4636170dab4e3e1458acfc18289e9ff558c974ee2beceba5466b777f9261ad35b1164f9e38
b2sums = 6fa4df620ac4f10991702edaf155982ad7730d09caf69774403a1843f0668d00c9bdbe1c9c8ba20c56f7b2b214292da8184ed665a8e0812a0aa0119c20ae70fc
pkgname = hifiasm
diff --git a/PKGBUILD b/PKGBUILD
index 8290655c7de3..22ef4a98f615 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: bipin Kumar <kbipinkumar@pm.me>
pkgname=hifiasm
-pkgver=0.19.7
+pkgver=0.19.8
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=('139a48bf0a04434a33e2d2519c79b431d5dbf703abb1969cd2319ad1cc678eaaccb6bcfee61c29f14acae4f244c607888410a6d82e491f08a92768c3174902b2'
+b2sums=('887586a30887ecdde58da04c1406391c2b2d89a186098a7b4b6a3b4636170dab4e3e1458acfc18289e9ff558c974ee2beceba5466b777f9261ad35b1164f9e38'
'6fa4df620ac4f10991702edaf155982ad7730d09caf69774403a1843f0668d00c9bdbe1c9c8ba20c56f7b2b214292da8184ed665a8e0812a0aa0119c20ae70fc')
prepare() {