summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2022-09-16 16:46:30 +0200
committerPhilipp A2022-09-16 16:46:30 +0200
commitcc3cf1afe6c70babe425cfc1449f19e83b1dce05 (patch)
tree2823390f0b1577700e00021dd85f15edc73f22a2
parent1f32d9301e46e023190e3a10902e8cbc69cbcb06 (diff)
downloadaur-cc3cf1afe6c70babe425cfc1449f19e83b1dce05.tar.gz
makedeps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7fec0aa71fd..f1fc6afe3d9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = snakemake
pkgdesc = Python-based language and execution environment for GNU Make-like workflows
pkgver = 7.14.0
- pkgrel = 2
+ pkgrel = 3
url = https://snakemake.readthedocs.io
arch = any
license = MIT
makedepends = python-setuptools
- makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
+ makedepends = python-wheel
depends = python
depends = python-wrapt
depends = python-requests
diff --git a/PKGBUILD b/PKGBUILD
index d971933e19c5..009011e64079 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=snakemake
pkgver=7.14.0
-pkgrel=2
+pkgrel=3
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-wheel python-build python-installer)
+makedepends=(python-setuptools python-build python-installer python-wheel)
optdepends=(
'python-pygments: For report generation'
'python-biopython: For GenBank/NCBI Entrez support'