summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2021-01-04 09:50:00 +0100
committerPhilipp A2021-01-04 09:50:00 +0100
commit491d02deac1881178573549c824a26c49c482bc6 (patch)
treeafc1db13c8c804c0391f5123de36400974163450 /PKGBUILD
parent1dba7a699fb8a0bd32ab2670ef1d9df36a24cbfe (diff)
downloadaur-491d02deac1881178573549c824a26c49c482bc6.tar.gz
v5.31.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 118f595b5b1d..239b1feeaa38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kyle Meyer <kyle@kyleam.com>
pkgname=snakemake
-pkgver=5.26.1
+pkgver=5.31.1
pkgrel=1
pkgdesc='Python-based language and execution environment for GNU Make-like workflows'
arch=(any)
@@ -42,7 +42,7 @@ optdepends=(
)
license=(MIT)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('94cfed2f47f6441cca6cf9d53cffdc11eb78dd1758d96c0af9cd5e453247363e')
+sha256sums=('ac4bb3bf330378f6207b645eba3637a5f1d8074be93c4ec4079782b2025d1ee4')
build() {
cd "$srcdir/$pkgname-$pkgver"