From a6e551c0943054266675f10dfcfca8bcf73e476b Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Wed, 18 Dec 2024 19:36:58 +0000 Subject: [PATCH] lastz_backtobackgaps: auto updated to 1.04.41-1 --- BioArchLinux/lastz_backtobackgaps/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BioArchLinux/lastz_backtobackgaps/PKGBUILD b/BioArchLinux/lastz_backtobackgaps/PKGBUILD index eb7ae9819c..3da0f6c229 100644 --- a/BioArchLinux/lastz_backtobackgaps/PKGBUILD +++ b/BioArchLinux/lastz_backtobackgaps/PKGBUILD @@ -3,7 +3,7 @@ pkgname=lastz_backtobackgaps _pkgname=lastz -pkgver=1.04.22 +pkgver=1.04.41 pkgrel=1 pkgdesc="Pairwise DNA sequence aligner. This version allows back to back gaps (adjacent indels) but might break backward compatibility with lastZ and BLASTZ." arch=('x86_64') @@ -13,7 +13,7 @@ depends=(glibc) makedepends=() provides=(lastz) source=("https://github.com/${_pkgname}/${_pkgname}/archive/refs/tags/${pkgver}.tar.gz") -sha256sums=('4c829603ba4aed7ddf64255b528cd88850e4557382fca29580d3576c25c5054a') +sha256sums=('ade7c8619e1f83aae1b1e6e16a9bc74d283756565f0bb9f6a6ca28f8d862227e') build() { cd "${_pkgname}-${pkgver}"