summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Krause2016-07-04 13:18:47 +0200
committerChristian Krause2016-07-04 13:18:47 +0200
commitc972da407b7e5e63e88557ea09525d9ea81a11a7 (patch)
treea179436223f2e9be846a0db1685239b2e2093502 /PKGBUILD
parent164976a8bdfebf93218c20a10c0e587f4671d507 (diff)
downloadaur-c972da407b7e5e63e88557ea09525d9ea81a11a7.tar.gz
picard-tools-2.5.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90dd36c489d5..463ae2aea905 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Christian Krause ("wookietreiber") <kizkizzbangbang@googlemail.com>
pkgname=picard-tools
-pkgver=2.4.1
+pkgver=2.5.0
pkgrel=1
pkgdesc='set of tools for working with next generation sequencing data in the BAM format'
-arch=('i686' 'x86_64')
+arch=('any')
url="https://github.com/broadinstitute/picard"
license=('GPL2')
-depends=('bash' 'java-runtime>=6')
+depends=('bash' 'java-runtime>=8')
source=("https://github.com/broadinstitute/picard/releases/download/$pkgver/$pkgname-$pkgver.zip"
'picard-profile.sh'
'picard.sh')
-md5sums=('c59cfd7bd38ccdb334c70f675ae18c76'
+md5sums=('0b9e2c9dc0043b5f8ef7b8f9b39780ae'
'ebcda2d2c55df6d05994252cf22a68c2'
'0987aa56f62f5e843bfa788cc93626c8')