mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
picard-tools: auto updated to 2.27.2-1
This commit is contained in:
parent
289200bd28
commit
9b6ff240f9
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
# Maintainer: Grey Christoforo <first name at last name dot net>
|
||||
|
||||
pkgname=picard-tools
|
||||
pkgver=2.27.1
|
||||
pkgrel=2
|
||||
pkgver=2.27.2
|
||||
pkgrel=1
|
||||
pkgdesc='set of tools for working with next generation sequencing data in the BAM format'
|
||||
arch=(x86_64)
|
||||
url="https://github.com/broadinstitute/picard"
|
||||
license=(MIT)
|
||||
depends=('java-runtime=8')
|
||||
source=(https://github.com/broadinstitute/picard/releases/download/${pkgver}/picard.jar)
|
||||
sha256sums=('87e94cebeeeaaa19dd2a5ab2d76b9ac51b007fbe5926294f9bb83b6811513152')
|
||||
sha256sums=('f7b623a93a56efd54f8d93220650ec31f9159c7ec20e431be834cfb221c61a2e')
|
||||
|
||||
package() {
|
||||
install -Dm 755 picard.jar $pkgdir/usr/share/$pkgname/picard.jar
|
||||
|
|
Loading…
Add table
Reference in a new issue