summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2019-09-10 16:10:15 +0200
committerPhilipp A2019-09-10 16:10:15 +0200
commit34d51e58584a15a53377ad832656edf2462be4ff (patch)
tree27342ad23c65e303353c73e96c462b22a44d9860 /PKGBUILD
parentc387d5bf9389d9842a258bea082b35e291379d20 (diff)
downloadaur-34d51e58584a15a53377ad832656edf2462be4ff.tar.gz
v5.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d959fde6b70a..3f7faf9e5417 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kyle Meyer <kyle@kyleam.com>
pkgname=snakemake
-pkgver=5.4.5
+pkgver=5.6.0
pkgrel=1
pkgdesc='Python-based language and execution environment for GNU Make-like workflows'
arch=(any)
@@ -29,7 +29,7 @@ optdepends=(
)
license=(MIT)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('a59946a0c9fc8823e057c0706f57edee401c7870bbc6d458d494a7c699200d2f')
+sha256sums=('65b944bcf06fd31b5da7430a6012a542c4c3c05a822b92ca218f2406eabd2c24')
build() {
cd "$srcdir/$pkgname-$pkgver"