summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Meyer2017-10-30 22:01:06 -0400
committerKyle Meyer2017-10-30 22:03:58 -0400
commit9e3c9c05ffa0ecf1bde81c82a411167a32d9704f (patch)
treecab371a819ecdcccee58c55db244410fa1eee132 /PKGBUILD
parent8c1993e0ef21c2800660547999b072da159668cf (diff)
downloadaur-9e3c9c05ffa0ecf1bde81c82a411167a32d9704f.tar.gz
Update to version 4.3.0
And use the pypi.io url so that the source line does not need to be updated with each version change.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18bf9e9b0170..332091446cbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/kyleam/maint-aur/tree/master/snakemake
pkgname=snakemake
-pkgver=4.2.0
+pkgver=4.3.0
pkgrel=1
pkgdesc='Python-based language and execution environment for GNU Make-like workflows'
arch=('any')
@@ -15,8 +15,8 @@ optdepends=(
'python-docutils: For report generation'
)
license=('MIT')
-source=("https://pypi.python.org/packages/53/85/6af9903f99bc2eebff1dc4696c93294d89a4a8106c9cc44474c1f96c1781/snakemake-4.2.0.tar.gz")
-md5sums=('2968f82257317356a5b8885cc11aae49')
+source=("https://pypi.io/packages/source/s/snakemake/snakemake-$pkgver.tar.gz")
+md5sums=('b0c721e3293aa3acbeb0d0a79a65b945')
build() {
cd "$srcdir/$pkgname-$pkgver"