summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2019-12-09 11:38:42 +0100
committerPhilipp A2019-12-09 11:38:42 +0100
commitbfc00a57a805eebcae9e5cd6949f4fdeca2b6e84 (patch)
tree92e0e5bdfd67dc348c390b2143bdbaf5d120db86
parent5d866b5bf9aa3ace3b1c7712d3c9af4f65726621 (diff)
downloadaur-bfc00a57a805eebcae9e5cd6949f4fdeca2b6e84.tar.gz
v0.46.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be5ca12347f4..10ece1b82874 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kallisto
pkgdesc = Quantify abundances of transcripts from RNA-Seq data
- pkgver = 0.46.0
+ pkgver = 0.46.1
pkgrel = 1
url = http://pachterlab.github.io/kallisto/
arch = i686
@@ -11,8 +11,8 @@ pkgbase = kallisto
makedepends = automake
depends = hdf5
depends = zlib
- source = https://github.com/pachterlab/kallisto/archive/v0.46.0.tar.gz
- sha256sums = af4778cf121cdb9f732b355fc0ce44c6708caddf22d9560ba7f4b5d5b9795be1
+ source = https://github.com/pachterlab/kallisto/archive/v0.46.1.tar.gz
+ sha256sums = 492ef081395e8858fcd9832aceb8b61c79358f00afb45e6709146c0fb51dd231
pkgname = kallisto
diff --git a/PKGBUILD b/PKGBUILD
index 0918fd214c29..8decbd45a4a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=kallisto
-pkgver=0.46.0
+pkgver=0.46.1
pkgrel=1
pkgdesc='Quantify abundances of transcripts from RNA-Seq data'
url="http://pachterlab.github.io/$pkgname/"
@@ -8,13 +8,14 @@ arch=(i686 x86_64)
depends=(hdf5 zlib)
makedepends=(cmake autoconf automake)
source=("https://github.com/pachterlab/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('af4778cf121cdb9f732b355fc0ce44c6708caddf22d9560ba7f4b5d5b9795be1')
+sha256sums=('492ef081395e8858fcd9832aceb8b61c79358f00afb45e6709146c0fb51dd231')
build() {
(
cd "$srcdir/$pkgname-$pkgver/ext/htslib"
autoreconf
)
+ rm -rf build
mkdir -p build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH="$pkgdir/usr" "$srcdir/$pkgname-$pkgver"