summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Meyer2015-08-05 20:03:37 -0400
committerKyle Meyer2015-08-05 20:03:37 -0400
commit3ac47f13d88b433116cc622c47a0822920d7569c (patch)
tree9286f74d2a69ed744a0942ea56b247bc62265844 /PKGBUILD
parent5c5131feeb296aa32bc72fbace17fa3919be9583 (diff)
downloadaur-3ac47f13d88b433116cc622c47a0822920d7569c.tar.gz
Update to version 3.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73c9a0f683bf..024f7b94363a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/kyleam/maint-aur/tree/master/snakemake
pkgname=snakemake
-pkgver=3.4
+pkgver=3.4.1
pkgrel=1
pkgdesc='Python-based language and execution environment for GNU Make-like workflows'
arch=('any')
@@ -15,7 +15,7 @@ optdepends=(
)
license=('MIT')
source=("https://pypi.python.org/packages/source/s/snakemake/$pkgname-$pkgver.tar.gz")
-md5sums=('397f980991b44ef96fd2bea410c3ed2f')
+md5sums=('ac6037a9bc5038f261282c786e417fc5')
build() {
cd "$srcdir/$pkgname-$pkgver"