summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Meyer2015-11-22 19:43:20 -0500
committerKyle Meyer2015-11-22 19:48:08 -0500
commit89a397fdb3763655fae7ffdcc4a5fe0b6670ea34 (patch)
tree3c403b2f071484dc003b43b6a388dda6689750e4 /PKGBUILD
parent5e73d87b6cd802ec24f6b0325637544233efc9bf (diff)
downloadaur-89a397fdb3763655fae7ffdcc4a5fe0b6670ea34.tar.gz
snakemake: Update to version 3.5.2
The project has been move to https://bitbucket.org/snakemake/snakemake/.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd70137bcd41..2d6a109090c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# https://github.com/kyleam/maint-aur/tree/master/snakemake
pkgname=snakemake
-pkgver=3.4.2
+pkgver=3.5.2
pkgrel=1
pkgdesc='Python-based language and execution environment for GNU Make-like workflows'
arch=('any')
-url='https://bitbucket.org/johanneskoester/snakemake/wiki/Home'
+url='https://bitbucket.org/snakemake/snakemake/wiki/Home'
depends=('python')
makedepends=('python-setuptools')
optdepends=(
@@ -15,7 +15,7 @@ optdepends=(
)
license=('MIT')
source=("https://pypi.python.org/packages/source/s/snakemake/$pkgname-$pkgver.tar.gz")
-md5sums=('bd58937070cd2ff390b9223618efa6a4')
+md5sums=('8bb28881c6af44dab446a6651bffca66')
build() {
cd "$srcdir/$pkgname-$pkgver"