summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2018-09-02 16:42:46 +0200
committerPhilipp A2018-09-02 16:42:46 +0200
commit8476bed717b85bf25519583ec6d103f37e345777 (patch)
tree361e7b76af57ca40fedc8985d42a952e01253af2 /PKGBUILD
parent32e7f78293377536e98c7914a88cd0b3dc5f9042 (diff)
downloadaur-8476bed717b85bf25519583ec6d103f37e345777.tar.gz
deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4adcfbb81d69..d3da79c471e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,20 @@
pkgname=snakemake
pkgver=5.2.2
-pkgrel=1
+pkgrel=2
pkgdesc='Python-based language and execution environment for GNU Make-like workflows'
arch=(any)
url='https://snakemake.readthedocs.io'
depends=(
python python-requests python-wrapt python-ratelimiter
python-configargparse python-yaml python-appdirs
+ python-docutils python-datrie python-jsonschema
)
makedepends=(python-setuptools)
optdepends=(
'graphviz: For DAG visualization'
- 'python-docutils: For report generation'
+ 'python-jinja2: For report generation'
+ 'python-networkx: For report generation'
)
license=(MIT)
source=("snakemake-$pkgver.tar.gz::https://bitbucket.org/snakemake/snakemake/get/v$pkgver.tar.gz")