summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2022-01-25 10:04:30 +0100
committerPhilipp A2022-01-25 10:04:30 +0100
commitcd3ec88528964eb6eb03ca117521be4bc088355a (patch)
treee7009101d81a4e7e1b803c85e260b2b33d81d1ba
parent1e91f1c4fe2d4610c68a618102e0b7896ec47927 (diff)
downloadaur-kallisto.tar.gz
v0.48.0
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d19f36e4b52..b42279cff64b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kallisto
pkgdesc = Quantify abundances of transcripts from RNA-Seq data
- pkgver = 0.46.2
- pkgrel = 2
+ pkgver = 0.48.0
+ pkgrel = 1
url = http://pachterlab.github.io/kallisto/
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = kallisto
makedepends = automake
depends = hdf5
depends = zlib
- source = https://github.com/pachterlab/kallisto/archive/v0.46.2.tar.gz
- sha256sums = c447ca8ddc40fcbd7d877d7c868bc8b72807aa8823a8a8d659e19bdd515baaf2
+ source = https://github.com/pachterlab/kallisto/archive/v0.48.0.tar.gz
+ sha256sums = 1797ac4d1f0771e3f1f25dd7972bded735fcb43f853cf52184d3d9353a6269b0
pkgname = kallisto
diff --git a/.gitignore b/.gitignore
index 24f2ec57e666..7e480d700bee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
/pkg/
/src/
-/*.pkg.tar.xz
+/*.pkg.*
/*.tar.gz
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"