summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Meyer2017-10-30 22:01:06 -0400
committerKyle Meyer2017-10-30 22:03:58 -0400
commit9e3c9c05ffa0ecf1bde81c82a411167a32d9704f (patch)
treecab371a819ecdcccee58c55db244410fa1eee132
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.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33c553dcfcbe..e5e66f690868 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Oct 23 02:18:49 UTC 2017
+# Tue Oct 31 02:02:19 UTC 2017
pkgbase = snakemake
pkgdesc = Python-based language and execution environment for GNU Make-like workflows
- pkgver = 4.2.0
+ pkgver = 4.3.0
pkgrel = 1
url = https://bitbucket.org/snakemake/snakemake/wiki/Home
arch = any
@@ -17,8 +17,8 @@ pkgbase = snakemake
depends = python-appdirs
optdepends = graphviz: For DAG visualization
optdepends = python-docutils: For report generation
- 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-4.3.0.tar.gz
+ md5sums = b0c721e3293aa3acbeb0d0a79a65b945
pkgname = snakemake
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"