diff options
author | Michael Schubert | 2025-01-11 20:42:02 +0100 |
---|---|---|
committer | Michael Schubert | 2025-01-11 20:42:02 +0100 |
commit | 989259a9f0d15190e4afa37cc4a1a72a177b6892 (patch) | |
tree | d449bc24d326b63a456c4288376bc1f167cea7c7 | |
parent | b0c7815952d6b2d1a07445f637216313aac995b7 (diff) | |
download | aur-989259a9f0d15190e4afa37cc4a1a72a177b6892.tar.gz |
version bump 8.27.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = snakemake pkgdesc = Python-based language and execution environment for GNU Make-like workflows - pkgver = 8.26.0 + pkgver = 8.27.1 pkgrel = 1 url = https://snakemake.readthedocs.io arch = any @@ -55,7 +55,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.26.0.tar.gz - sha256sums = b52390cd6c3b591e5c4a0977df93d8f25a4a38a5c43dee4c7e2093393cb1f053 + source = https://files.pythonhosted.org/packages/source/s/snakemake/snakemake-8.27.1.tar.gz + sha256sums = 17fb3c80618dae88c236766a0fe45924119351da9bdc9aa2e8f11dbcfd95aded pkgname = snakemake @@ -2,7 +2,7 @@ # Contributor: Philipp A. <flying-sheep@web.de> # Contributor: Kyle Meyer <kyle@kyleam.com> pkgname=snakemake -pkgver=8.26.0 +pkgver=8.27.1 pkgrel=1 pkgdesc='Python-based language and execution environment for GNU Make-like workflows' arch=(any) @@ -53,7 +53,7 @@ optdepends=( ) license=(MIT) source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('b52390cd6c3b591e5c4a0977df93d8f25a4a38a5c43dee4c7e2093393cb1f053') +sha256sums=('17fb3c80618dae88c236766a0fe45924119351da9bdc9aa2e8f11dbcfd95aded') build() { cd "$srcdir/$pkgname-$pkgver" |