summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 476e49719056..eba6e00b00e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = kallisto
+ pkgdesc = Quantify abundances of transcripts from RNA-Seq data
pkgver = 0.42.2.1
- pkgrel = 1
+ pkgrel = 2
url = http://pachterlab.github.io/kallisto/
arch = i686
arch = x86_64
license = BSD
- makedepends = hdf5
- makedepends = zlib
makedepends = cmake
+ depends = hdf5
+ depends = zlib
source = https://github.com/pachterlab/kallisto/archive/v0.42.2.1.tar.gz
md5sums = 51b9c71d614ed756953321518648849e
diff --git a/PKGBUILD b/PKGBUILD
index 32c9fcdf1196..cb3c483f092a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
pkgname=kallisto
pkgver=0.42.2.1
-pkgrel=1
-description='Quantify abundances of transcripts from RNA-Seq data'
+pkgrel=2
+pkgdesc='Quantify abundances of transcripts from RNA-Seq data'
url="http://pachterlab.github.io/$pkgname/"
license=(BSD)
arch=(i686 x86_64)
-makedepends=(hdf5 zlib cmake)
+depends=(hdf5 zlib)
+makedepends=(cmake)
source=("https://github.com/pachterlab/$pkgname/archive/v$pkgver.tar.gz")
md5sums=('51b9c71d614ed756953321518648849e')