mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
subread: auto updated to 2.0.8-1
This commit is contained in:
parent
9decbd8842
commit
b52349147c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: bipin Kumar <kbipinkumar@pm.me>
|
||||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue