summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2019-10-15 14:23:59 +0200
committerPhilipp A2019-10-15 14:23:59 +0200
commit5d866b5bf9aa3ace3b1c7712d3c9af4f65726621 (patch)
treed245bb511aa849665e9522bff05ea97dc0515867 /PKGBUILD
parent2c96d9f7f7f4c435a91a8aea088bf962ed3924c5 (diff)
downloadaur-5d866b5bf9aa3ace3b1c7712d3c9af4f65726621.tar.gz
v0.46.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1bc576d8fc6..0918fd214c29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=kallisto
-pkgver=0.45.0
+pkgver=0.46.0
pkgrel=1
pkgdesc='Quantify abundances of transcripts from RNA-Seq data'
url="http://pachterlab.github.io/$pkgname/"
@@ -8,7 +8,7 @@ arch=(i686 x86_64)
depends=(hdf5 zlib)
makedepends=(cmake autoconf automake)
source=("https://github.com/pachterlab/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('b32c74cdc0349c2fe0847b3464a3698da89212a507332a06291b6fc27b4e2305')
+sha256sums=('af4778cf121cdb9f732b355fc0ce44c6708caddf22d9560ba7f4b5d5b9795be1')
build() {
(