summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2022-09-09 19:23:52 +0200
committerPhilipp A2022-09-09 19:23:52 +0200
commit1f32d9301e46e023190e3a10902e8cbc69cbcb06 (patch)
treec78ee46fa3d3816abd28c6d3d52fa6b1ccad5986
parent612451e9d66487a1b77fa62d5e63eef366369b93 (diff)
downloadaur-1f32d9301e46e023190e3a10902e8cbc69cbcb06.tar.gz
add wheel makedep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1b185736baf..d7fec0aa71fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = snakemake
pkgdesc = Python-based language and execution environment for GNU Make-like workflows
pkgver = 7.14.0
- pkgrel = 1
+ pkgrel = 2
url = https://snakemake.readthedocs.io
arch = any
license = MIT
makedepends = python-setuptools
+ makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
depends = python
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'