summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Meyer2017-02-09 18:14:23 -0500
committerKyle Meyer2017-02-09 18:17:55 -0500
commite6c13e5754fd1ad96c4bbcdba7a020bbe9f3612a (patch)
tree15084c33f97aafab679b5b30025b10aabb331bb9 /PKGBUILD
parent07e2fc1e386170cb6aa6ddf46ce0cdc8b9f4c00e (diff)
downloadaur-e6c13e5754fd1ad96c4bbcdba7a020bbe9f3612a.tar.gz
Update to version 3.10.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 847003716e41..4698176fcd42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/kyleam/maint-aur/tree/master/snakemake
pkgname=snakemake
-pkgver=3.9.1
+pkgver=3.10.1
pkgrel=1
pkgdesc='Python-based language and execution environment for GNU Make-like workflows'
arch=('any')
@@ -14,8 +14,8 @@ optdepends=(
'python-docutils: For report generation'
)
license=('MIT')
-source=("https://pypi.python.org/packages/79/a2/b141dcd3dd03e2df51ec7f1a2a3d3980d9adc21f0db8a7da9ef724b69aad/snakemake-3.9.1.tar.gz")
-md5sums=('02c3f614cabfa025e269fcb114fd7e00')
+source=("https://pypi.python.org/packages/df/e6/d93597db8979907ddab5f61dda663c25d679e6e8a4db1a7a2fa6e8931c69/snakemake-3.10.1.tar.gz")
+md5sums=('3bf73d6624811bcca0727f0ebde504ad')
build() {
cd "$srcdir/$pkgname-$pkgver"