summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Schubert2024-02-29 19:17:46 +0100
committerMichael Schubert2024-02-29 19:17:46 +0100
commit6564a4c0f9c7db09001705d4b265613eaaf68ba3 (patch)
tree48e1db9438a8d548125f7f5337b296a10bd18a10
parent64b27b842a36ee5d8f87a16d44adebdc6b0375d4 (diff)
downloadaur-6564a4c0f9c7db09001705d4b265613eaaf68ba3.tar.gz
version bump 8.5.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03063fc8a11a..f3b94e807f06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = snakemake
pkgdesc = Python-based language and execution environment for GNU Make-like workflows
- pkgver = 8.4.11
+ pkgver = 8.5.3
pkgrel = 1
url = https://snakemake.readthedocs.io
arch = any
@@ -30,6 +30,7 @@ pkgbase = snakemake
depends = python-snakemake-interface-executor-plugins
depends = python-snakemake-interface-common
depends = python-snakemake-interface-storage-plugins
+ depends = python-snakemake-interface-report-plugins
depends = python-stopit
depends = python-tabulate
depends = python-throttler
@@ -48,7 +49,7 @@ pkgbase = snakemake
optdepends = python-ftputil: For FTP support
optdepends = python-xrootd: For XRootD support
optdepends = slacker: For messaging
- source = https://files.pythonhosted.org/packages/source/s/snakemake/snakemake-8.4.11.tar.gz
- sha256sums = 6c176d2f3e9cb163a81d1b0e9876b2178c6d8187971d95c9ac2be3470d94d246
+ source = https://files.pythonhosted.org/packages/source/s/snakemake/snakemake-8.5.3.tar.gz
+ sha256sums = 6fc39107b395760caf3893106d67859fc70d7de2a8892ddcbcd33611a50abeb1
pkgname = snakemake
diff --git a/PKGBUILD b/PKGBUILD
index 42da0250656d..5bc13e05cbba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Kyle Meyer <kyle@kyleam.com>
pkgname=snakemake
-pkgver=8.4.11
+pkgver=8.5.3
pkgrel=1
pkgdesc='Python-based language and execution environment for GNU Make-like workflows'
arch=(any)
@@ -30,6 +30,7 @@ depends=(
python-snakemake-interface-executor-plugins
python-snakemake-interface-common
python-snakemake-interface-storage-plugins
+ python-snakemake-interface-report-plugins
python-stopit
python-tabulate
python-throttler
@@ -54,7 +55,7 @@ optdepends=(
)
license=(MIT)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('6c176d2f3e9cb163a81d1b0e9876b2178c6d8187971d95c9ac2be3470d94d246')
+sha256sums=('6fc39107b395760caf3893106d67859fc70d7de2a8892ddcbcd33611a50abeb1')
build() {
cd "$srcdir/$pkgname-$pkgver"