summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Schubert2024-02-19 19:37:27 +0100
committerMichael Schubert2024-02-19 19:37:27 +0100
commit64b27b842a36ee5d8f87a16d44adebdc6b0375d4 (patch)
treea62ee85e5ec8393610a386df2ba2b4aa09334887
parentb9fe1421123bd965d9923deaf5f01242710545aa (diff)
downloadaur-64b27b842a36ee5d8f87a16d44adebdc6b0375d4.tar.gz
version bump 8.4.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b71e83a5407c..03063fc8a11a 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.8
+ pkgver = 8.4.11
pkgrel = 1
url = https://snakemake.readthedocs.io
arch = any
@@ -48,7 +48,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.8.tar.gz
- sha256sums = ab64a4f402f78ec252f211d9cc900344fdc2a000dadcec91833efb5fd0f275e7
+ source = https://files.pythonhosted.org/packages/source/s/snakemake/snakemake-8.4.11.tar.gz
+ sha256sums = 6c176d2f3e9cb163a81d1b0e9876b2178c6d8187971d95c9ac2be3470d94d246
pkgname = snakemake
diff --git a/PKGBUILD b/PKGBUILD
index 53d629359865..42da0250656d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Kyle Meyer <kyle@kyleam.com>
pkgname=snakemake
-pkgver=8.4.8
+pkgver=8.4.11
pkgrel=1
pkgdesc='Python-based language and execution environment for GNU Make-like workflows'
arch=(any)
@@ -54,7 +54,7 @@ optdepends=(
)
license=(MIT)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('ab64a4f402f78ec252f211d9cc900344fdc2a000dadcec91833efb5fd0f275e7')
+sha256sums=('6c176d2f3e9cb163a81d1b0e9876b2178c6d8187971d95c9ac2be3470d94d246')
build() {
cd "$srcdir/$pkgname-$pkgver"