summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6e6725fa914..b41631be7114 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name at last name dot net>
pkgname=picard-tools
-pkgver=2.27.4
+pkgver=2.27.5
pkgrel=1
pkgdesc='set of tools for working with next generation sequencing data in the BAM format'
arch=(x86_64)
@@ -9,7 +9,7 @@ url="https://github.com/broadinstitute/picard"
license=(MIT)
depends=('java-runtime=8')
source=(https://github.com/broadinstitute/picard/releases/download/${pkgver}/picard.jar)
-sha256sums=('1f9da276e5ee657907ee2fb5a86ab4e434cf80b1990f691ee944b99d3ce6bc38')
+sha256sums=('131ca3e0626a3ef12e8399795e7a49f829bb4e85d71b489bf4f231d21a6c3199')
package() {
install -Dm 755 picard.jar $pkgdir/usr/share/$pkgname/picard.jar