summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Meyer2016-02-11 22:45:19 -0500
committerKyle Meyer2016-02-11 22:47:51 -0500
commited2acac597bdc37088ce7cdf493c4a899dc44bc6 (patch)
tree25761aeca074d0992562b61c21ab27bfbddb9c43 /PKGBUILD
parenta67716dab7920447a779a545e61b00377c9e08c3 (diff)
downloadaur-ed2acac597bdc37088ce7cdf493c4a899dc44bc6.tar.gz
snakemake: Update to version 3.5.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1390a604d04c..89c110469485 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/kyleam/maint-aur/tree/master/snakemake
pkgname=snakemake
-pkgver=3.5.4
+pkgver=3.5.5
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=('589c4e5a3ce423743165ac98370a50be')
+md5sums=('a3b0b7d6de8a73045beb63b66e1d14bb')
build() {
cd "$srcdir/$pkgname-$pkgver"