summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2022-09-05 16:39:55 +0200
committerPhilipp A2022-09-05 16:39:55 +0200
commit612451e9d66487a1b77fa62d5e63eef366369b93 (patch)
tree124ff746bbb3be45373086082d659ebd62ae4715
parent701425629b09f301414a14a11109dc0ccb3ee6f0 (diff)
downloadaur-612451e9d66487a1b77fa62d5e63eef366369b93.tar.gz
v7.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28ba118adfad..a1b185736baf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = snakemake
pkgdesc = Python-based language and execution environment for GNU Make-like workflows
- pkgver = 7.8.0
+ pkgver = 7.14.0
pkgrel = 1
url = https://snakemake.readthedocs.io
arch = any
@@ -40,7 +40,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-7.8.0.tar.gz
- sha256sums = 31808725cf72733495c0f0e2a2f1c6d58fc9a27f90946792e8017c3b746923da
+ source = https://files.pythonhosted.org/packages/source/s/snakemake/snakemake-7.14.0.tar.gz
+ sha256sums = fe22082e4f322ffafb9018d896670ae4088e984117db670de9003a199f491447
pkgname = snakemake
diff --git a/PKGBUILD b/PKGBUILD
index 8a48ec68833d..9cd91ae2b211 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kyle Meyer <kyle@kyleam.com>
pkgname=snakemake
-pkgver=7.8.0
+pkgver=7.14.0
pkgrel=1
pkgdesc='Python-based language and execution environment for GNU Make-like workflows'
arch=(any)
@@ -46,7 +46,7 @@ optdepends=(
)
license=(MIT)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('31808725cf72733495c0f0e2a2f1c6d58fc9a27f90946792e8017c3b746923da')
+sha256sums=('fe22082e4f322ffafb9018d896670ae4088e984117db670de9003a199f491447')
build() {
cd "$srcdir/$pkgname-$pkgver"