summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2020-06-16 13:55:15 +0200
committerPhilipp A2020-06-16 13:55:21 +0200
commit314908d8a8136cdd6ed0775e7eecd3f3dca198ba (patch)
treefa9fceb6770cf78a266856050a8dfbafc0e59291 /PKGBUILD
parentf47ea85ad7295b6abae82605db4e0edabd888df9 (diff)
downloadaur-314908d8a8136cdd6ed0775e7eecd3f3dca198ba.tar.gz
v5.19.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d91b841756ff..e314502ce771 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kyle Meyer <kyle@kyleam.com>
pkgname=snakemake
-pkgver=5.18.1
+pkgver=5.19.2
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=('3527687a8f17d2c409ef84ed9386ba2bb6f34e74ab6bdef2abfeca5e7223d08f')
+sha256sums=('e5e80b482a73d3a3c3f58f9391a857d58cb80aa92498ac7468e6893ee3e2de60')
build() {
cd "$srcdir/$pkgname-$pkgver"