From b52349147c36ba31c80a691ef68b74994c5c6aa1 Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Mon, 4 Nov 2024 00:02:01 +0000 Subject: [PATCH] subread: auto updated to 2.0.8-1 --- BioArchLinux/subread/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BioArchLinux/subread/PKGBUILD b/BioArchLinux/subread/PKGBUILD index 914a902768..0ec15f9754 100644 --- a/BioArchLinux/subread/PKGBUILD +++ b/BioArchLinux/subread/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: bipin Kumar pkgname=subread -pkgver=2.0.7 +pkgver=2.0.8 pkgrel=1 pkgdesc="a general-purpose read aligner which can align both genomic DNA-seq and RNA-seq reads, https://doi.org/10.1093/nar/gkt214" arch=(x86_64) @@ -8,7 +8,7 @@ url="https://subread.sourceforge.net/" license=('GPL') depends=('glibc' 'zlib') source=($pkgname-$pkgver.tar.gz::https://sourceforge.net/projects/subread/files/subread-$pkgver/subread-$pkgver-source.tar.gz) -sha256sums=('dc19485d1c12ab3cfd0e553ab11ced8bb1d2c5c4f0397520cd11c4cf46f1ce27') +sha256sums=('cb5dadf71c850f128a8347223fe0ce19e1c17e3959e9f3eba90e8090671f8570') prepare() { cd "$pkgname-$pkgver-source/src"