summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2021-12-18 13:20:31 +0100
committerPhilipp A2021-12-18 13:20:39 +0100
commit8b66ebb8e87bb1facb991d06e3231324ce838e13 (patch)
tree50f660746c9df4fdea20fec79258bf063f573c46
parentbfc00a57a805eebcae9e5cd6949f4fdeca2b6e84 (diff)
downloadaur-8b66ebb8e87bb1facb991d06e3231324ce838e13.tar.gz
v0.46.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10ece1b82874..f1817fbfe338 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kallisto
pkgdesc = Quantify abundances of transcripts from RNA-Seq data
- pkgver = 0.46.1
+ pkgver = 0.46.2
pkgrel = 1
url = http://pachterlab.github.io/kallisto/
arch = i686
@@ -11,8 +11,7 @@ pkgbase = kallisto
makedepends = automake
depends = hdf5
depends = zlib
- source = https://github.com/pachterlab/kallisto/archive/v0.46.1.tar.gz
- sha256sums = 492ef081395e8858fcd9832aceb8b61c79358f00afb45e6709146c0fb51dd231
+ source = https://github.com/pachterlab/kallisto/archive/v0.46.2.tar.gz
+ sha256sums = c447ca8ddc40fcbd7d877d7c868bc8b72807aa8823a8a8d659e19bdd515baaf2
pkgname = kallisto
-
diff --git a/PKGBUILD b/PKGBUILD
index 8decbd45a4a8..6e3290837789 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=kallisto
-pkgver=0.46.1
+pkgver=0.46.2
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=('492ef081395e8858fcd9832aceb8b61c79358f00afb45e6709146c0fb51dd231')
+sha256sums=('c447ca8ddc40fcbd7d877d7c868bc8b72807aa8823a8a8d659e19bdd515baaf2')
build() {
(