summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 040cd565781e..2b6bf32971d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = snakemake
pkgdesc = Python-based language and execution environment for GNU Make-like workflows
- pkgver = 3.4
+ pkgver = 3.4.1
pkgrel = 1
url = https://bitbucket.org/johanneskoester/snakemake/wiki/Home
arch = any
@@ -9,8 +9,8 @@ pkgbase = snakemake
depends = python
optdepends = graphviz: For DAG visualization
optdepends = python-docutils: For report generation
- source = https://pypi.python.org/packages/source/s/snakemake/snakemake-3.4.tar.gz
- md5sums = 397f980991b44ef96fd2bea410c3ed2f
+ source = https://pypi.python.org/packages/source/s/snakemake/snakemake-3.4.1.tar.gz
+ md5sums = ac6037a9bc5038f261282c786e417fc5
pkgname = snakemake
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"