summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Meyer2016-05-17 01:58:16 -0400
committerKyle Meyer2016-05-17 02:04:44 -0400
commitff308a64f8e3f443ad47e75de91453464c5b19a0 (patch)
treec32b50c20daf2df0af80c59291659b2cf2ebfee5 /PKGBUILD
parentb9de4692b84aa52b0b313af3f525ea1d698fb16d (diff)
downloadaur-ff308a64f8e3f443ad47e75de91453464c5b19a0.tar.gz
snakemake: Update to version 3.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ced917281bcd..fd2badf4282d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/kyleam/maint-aur/tree/master/snakemake
pkgname=snakemake
-pkgver=3.7.0
+pkgver=3.7.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/6f/ae/3d2265af044ccc90fb60a9915d336f392a11e50cb23a0336664fd8bfdbb0/snakemake-3.7.0.tar.gz")
-md5sums=('e2f183b10861dca4b9978c7100a0e128')
+source=("https://pypi.python.org/packages/b2/d2/d9b46cc9f5906efd41a33f42e33ba56350a859fdda6d40e35b02fae81bf8/snakemake-3.7.1.tar.gz")
+md5sums=('8c3c98d7fa967b0ce3bd778743d0cbaf')
build() {
cd "$srcdir/$pkgname-$pkgver"