summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2015-08-04 13:32:38 +0200
committerPhilipp A2015-08-04 13:32:38 +0200
commitff99a5f3d1da57e805d8353b8ecc8ddeee02fb93 (patch)
tree96143d9e6bb1298ca4061a405457e90e2a2ec6dd
parent2126ff3a51ed17775f83ae12ebb1c0eb401f7d71 (diff)
downloadaur-ff99a5f3d1da57e805d8353b8ecc8ddeee02fb93.tar.gz
fixed desc
-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')