summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7663b0766e3c..efbb320ec199 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = snakemake
pkgdesc = Python-based language and execution environment for GNU Make-like workflows
pkgver = 5.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://snakemake.readthedocs.io
arch = any
license = MIT
@@ -13,8 +13,12 @@ pkgbase = snakemake
depends = python-configargparse
depends = python-yaml
depends = python-appdirs
+ depends = python-docutils
+ depends = python-datrie
+ depends = python-jsonschema
optdepends = graphviz: For DAG visualization
- optdepends = python-docutils: For report generation
+ optdepends = python-jinja2: For report generation
+ optdepends = python-networkx: For report generation
source = snakemake-5.2.2.tar.gz::https://bitbucket.org/snakemake/snakemake/get/v5.2.2.tar.gz
sha256sums = 06caca4fa8615fccb2e1c4aa85299d32f985a6c53df670ea9b11665362ab1d62
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")