summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2020-05-31 14:58:20 +0200
committerPhilipp A2020-05-31 14:58:20 +0200
commitf47ea85ad7295b6abae82605db4e0edabd888df9 (patch)
tree95b7051e3623d9fd88ef1a96bec5b5876e8dcd2a
parent8814c0aa5ec95d6ceab73d1d0ccc7b2d6ceece4d (diff)
downloadaur-f47ea85ad7295b6abae82605db4e0edabd888df9.tar.gz
v5.18.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0498109285f2..0a9b85cce43a 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.17.0
+ pkgver = 5.18.1
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.17.0.tar.gz
- sha256sums = f33862050e475efdfc2bba76f67c765d604b073611cced83f90263a54714c578
+ source = https://files.pythonhosted.org/packages/source/s/snakemake/snakemake-5.18.1.tar.gz
+ sha256sums = 3527687a8f17d2c409ef84ed9386ba2bb6f34e74ab6bdef2abfeca5e7223d08f
pkgname = snakemake
diff --git a/PKGBUILD b/PKGBUILD
index 2050ce0fcc34..d91b841756ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kyle Meyer <kyle@kyleam.com>
pkgname=snakemake
-pkgver=5.17.0
+pkgver=5.18.1
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=('f33862050e475efdfc2bba76f67c765d604b073611cced83f90263a54714c578')
+sha256sums=('3527687a8f17d2c409ef84ed9386ba2bb6f34e74ab6bdef2abfeca5e7223d08f')
build() {
cd "$srcdir/$pkgname-$pkgver"