summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Meyer2016-10-20 20:18:47 -0400
committerKyle Meyer2016-10-20 20:23:04 -0400
commitb805910b19da946c85d270c300e2d18855b99403 (patch)
tree81afe47d7c570f36050a5740309de50ee4cb4b2b
parent21168077a21c0e8e89dab2f8733db2e3d7179d60 (diff)
downloadaur-b805910b19da946c85d270c300e2d18855b99403.tar.gz
Update to version 3.8.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05ca971f61e1..c75995d96574 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Aug 29 04:42:41 UTC 2016
+# Fri Oct 21 00:23:01 UTC 2016
pkgbase = snakemake
pkgdesc = Python-based language and execution environment for GNU Make-like workflows
- pkgver = 3.8.0
+ pkgver = 3.8.2
pkgrel = 1
url = https://bitbucket.org/snakemake/snakemake/wiki/Home
arch = any
@@ -11,8 +11,8 @@ pkgbase = snakemake
depends = python
optdepends = graphviz: For DAG visualization
optdepends = python-docutils: For report generation
- source = https://pypi.python.org/packages/92/40/4f4e77fc6e37d492719b916e1d9ca7a35aac0aaa92e9a1dc14da6e80427f/snakemake-3.8.0.tar.gz
- md5sums = 7b0094772430325b234d931d8d72acaf
+ source = https://pypi.python.org/packages/92/cc/9d931aa8bf4d33aff095550ef222ab85f8bc7f3a2fc1783ed0a2e4b1f6cc/snakemake-3.8.2.tar.gz
+ md5sums = 959ce1bace737963a1d8b0379ba0dc48
pkgname = snakemake
diff --git a/PKGBUILD b/PKGBUILD
index 198ab18972ee..55825b9a4b24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/kyleam/maint-aur/tree/master/snakemake
pkgname=snakemake
-pkgver=3.8.0
+pkgver=3.8.2
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/92/40/4f4e77fc6e37d492719b916e1d9ca7a35aac0aaa92e9a1dc14da6e80427f/snakemake-3.8.0.tar.gz")
-md5sums=('7b0094772430325b234d931d8d72acaf')
+source=("https://pypi.python.org/packages/92/cc/9d931aa8bf4d33aff095550ef222ab85f8bc7f3a2fc1783ed0a2e4b1f6cc/snakemake-3.8.2.tar.gz")
+md5sums=('959ce1bace737963a1d8b0379ba0dc48')
build() {
cd "$srcdir/$pkgname-$pkgver"