summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Meyer2016-05-11 20:40:02 -0400
committerKyle Meyer2016-05-11 20:44:33 -0400
commitb9de4692b84aa52b0b313af3f525ea1d698fb16d (patch)
treec016c967368830ba9ca58039872184049a343b9d /PKGBUILD
parented2acac597bdc37088ce7cdf493c4a899dc44bc6 (diff)
downloadaur-b9de4692b84aa52b0b313af3f525ea1d698fb16d.tar.gz
snakemake: Update to version 3.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89c110469485..ced917281bcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/kyleam/maint-aur/tree/master/snakemake
pkgname=snakemake
-pkgver=3.5.5
+pkgver=3.7.0
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/source/s/snakemake/$pkgname-$pkgver.tar.gz")
-md5sums=('a3b0b7d6de8a73045beb63b66e1d14bb')
+source=("https://pypi.python.org/packages/6f/ae/3d2265af044ccc90fb60a9915d336f392a11e50cb23a0336664fd8bfdbb0/snakemake-3.7.0.tar.gz")
+md5sums=('e2f183b10861dca4b9978c7100a0e128')
build() {
cd "$srcdir/$pkgname-$pkgver"