summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9cd91ae2b211..d971933e19c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=snakemake
pkgver=7.14.0
-pkgrel=1
+pkgrel=2
pkgdesc='Python-based language and execution environment for GNU Make-like workflows'
arch=(any)
url='https://snakemake.readthedocs.io'
@@ -31,7 +31,7 @@ depends=(
python-jinja
python-retry
)
-makedepends=(python-setuptools python-build python-installer)
+makedepends=(python-setuptools python-wheel python-build python-installer)
optdepends=(
'python-pygments: For report generation'
'python-biopython: For GenBank/NCBI Entrez support'