summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2022-01-25 10:04:30 +0100
committerPhilipp A2022-01-25 10:04:30 +0100
commitcd3ec88528964eb6eb03ca117521be4bc088355a (patch)
treee7009101d81a4e7e1b803c85e260b2b33d81d1ba /PKGBUILD
parent1e91f1c4fe2d4610c68a618102e0b7896ec47927 (diff)
downloadaur-kallisto.tar.gz
v0.48.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49a05b749bf0..007325a0703f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=kallisto
-pkgver=0.46.2
-pkgrel=2
+pkgver=0.48.0
+pkgrel=1
pkgdesc='Quantify abundances of transcripts from RNA-Seq data'
url="http://pachterlab.github.io/$pkgname/"
license=(BSD)
@@ -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=('c447ca8ddc40fcbd7d877d7c868bc8b72807aa8823a8a8d659e19bdd515baaf2')
+sha256sums=('1797ac4d1f0771e3f1f25dd7972bded735fcb43f853cf52184d3d9353a6269b0')
prepare() {
cd "$srcdir/$pkgname-$pkgver"