summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2020-05-18 15:13:32 +0200
committerPhilipp A2020-05-18 15:13:32 +0200
commit8814c0aa5ec95d6ceab73d1d0ccc7b2d6ceece4d (patch)
tree8f0dd828cd7f0275585cb8cc4454ab04ad3b1c58
parentddb1257f023cc1c40be0432ae3d1c8e19abbfc7f (diff)
downloadaur-8814c0aa5ec95d6ceab73d1d0ccc7b2d6ceece4d.tar.gz
v5.17.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96bd6dd4c8dc..0498109285f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = snakemake
pkgdesc = Python-based language and execution environment for GNU Make-like workflows
- pkgver = 5.10.0
+ pkgver = 5.17.0
pkgrel = 1
url = https://snakemake.readthedocs.io
arch = any
@@ -32,8 +32,8 @@ pkgbase = snakemake
optdepends = xrootd: For XRootD support
optdepends = python-psutil: For benchmarking
optdepends = slacker: For messaging
- source = https://files.pythonhosted.org/packages/source/s/snakemake/snakemake-5.10.0.tar.gz
- sha256sums = a3fa8b12db84938c919996d61be66031bcb99c4b4d017278731324a6112b0d59
+ source = https://files.pythonhosted.org/packages/source/s/snakemake/snakemake-5.17.0.tar.gz
+ sha256sums = f33862050e475efdfc2bba76f67c765d604b073611cced83f90263a54714c578
pkgname = snakemake
diff --git a/PKGBUILD b/PKGBUILD
index ef1a1d96d057..2050ce0fcc34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kyle Meyer <kyle@kyleam.com>
pkgname=snakemake
-pkgver=5.10.0
+pkgver=5.17.0
pkgrel=1
pkgdesc='Python-based language and execution environment for GNU Make-like workflows'
arch=(any)
@@ -31,7 +31,7 @@ optdepends=(
)
license=(MIT)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('a3fa8b12db84938c919996d61be66031bcb99c4b4d017278731324a6112b0d59')
+sha256sums=('f33862050e475efdfc2bba76f67c765d604b073611cced83f90263a54714c578')
build() {
cd "$srcdir/$pkgname-$pkgver"