summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fff368e0bec2..2e9bee6c7e17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = expressionmatrix2-git
pkgdesc = Software for exploration of gene expression data from single-cell RNA sequencing.
pkgver = 0.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/chanzuckerberg/ExpressionMatrix2
arch = x86_64
license = MIT
depends = python
depends = boost
- depends = boost-libs
depends = cmake
depends = make
depends = pybind11
diff --git a/PKGBUILD b/PKGBUILD
index a7bbda1cfa99..2c10a2f92ef3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Fabio Zanini <fabio.zanini __AT_ fastmail.fm>
pkgname=expressionmatrix2-git
pkgver=0.4
-pkgrel=2
+pkgrel=3
pkgdesc="Software for exploration of gene expression data from single-cell RNA sequencing."
url="https://github.com/chanzuckerberg/ExpressionMatrix2"
arch=('x86_64')
license=("MIT")
-depends=('python' 'boost' 'boost-libs' 'cmake' 'make' 'pybind11' 'graphviz' 'hdf5' 'python-h5py')
+depends=('python' 'boost' 'cmake' 'make' 'pybind11' 'graphviz' 'hdf5' 'python-h5py')
source=("expressionmatrix2-git::git+https://github.com/chanzuckerberg/ExpressionMatrix2.git#branch=master")
md5sums=('SKIP')