summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorapolih2016-07-16 15:59:37 -0500
committerapolih2016-07-16 15:59:37 -0500
commit7aa61f23448ef3da1771d159870e243f11c991b8 (patch)
tree806fe1cd95fe9cde5996238b119128d0e605604b
parent247f870d575ecd9daff04652a86555eeefe77941 (diff)
downloadaur-7aa61f23448ef3da1771d159870e243f11c991b8.tar.gz
update pkgver
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e38cc8e9c25e..5b25cd6c62e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sra-tools
pkgdesc = The SRA Toolkit and SDK from NCBI is a collection of tools and libraries for using data in the INSDC Sequence Read Archives.
- pkgver = 2.6.3
+ pkgver = 2.7.0
pkgrel = 1
url = http://www.ncbi.nlm.nih.gov/Traces/sra/
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = sra-tools
depends = ncbi-vdb
optdepends = fuse: mount remote genome reference files
provides = sra-tools
- source = sra-tools-2.6.3.tar.gz::https://github.com/ncbi/sra-tools/archive/2.6.3.tar.gz
- sha256sums = 5e2760def0d89a60ecfbd96b7d3428dd3124b190eda419bfe6b76bcab7352178
+ source = sra-tools-2.7.0.tar.gz::https://github.com/ncbi/sra-tools/archive/2.7.0.tar.gz
+ sha256sums = 274cd6c4a228c351b5e72eecf382d73d5cccde7d852940af68877883d7e1ea8e
pkgname = sra-tools
diff --git a/PKGBUILD b/PKGBUILD
index adeb89f89aab..3fd9615f76a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Aaron Baker <aa{last name}99{at}gmail{dt}org>
pkgname=sra-tools
-pkgver=2.6.3
+pkgver=2.7.0
pkgrel=1
pkgdesc="The SRA Toolkit and SDK from NCBI is a collection of tools and libraries for using data in the INSDC Sequence Read Archives."
arch=('x86_64')
@@ -12,7 +12,7 @@ optdepends=('fuse: mount remote genome reference files')
provides=('sra-tools')
license=('custom:PublicDomain')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ncbi/sra-tools/archive/$pkgver.tar.gz")
-sha256sums=('5e2760def0d89a60ecfbd96b7d3428dd3124b190eda419bfe6b76bcab7352178')
+sha256sums=('274cd6c4a228c351b5e72eecf382d73d5cccde7d852940af68877883d7e1ea8e')
prepare(){
cd $pkgname-$pkgver