summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2021-05-03 10:51:00 +0200
committerPhilipp A2021-05-03 10:51:00 +0200
commitd6d18cfd8ab8e43b64d36a88b329db82eee3f3de (patch)
tree42f496326e1b7ed64861c73b7b1cfcab55b25e5b /PKGBUILD
parent19ff9ca8b131b3cf3b4607a4bb1a39665fd83df3 (diff)
downloadaur-d6d18cfd8ab8.tar.gz
v6.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54ef21028ed7..6966e9122f15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kyle Meyer <kyle@kyleam.com>
pkgname=snakemake
-pkgver=6.0.2
+pkgver=6.3.0
pkgrel=1
pkgdesc='Python-based language and execution environment for GNU Make-like workflows'
arch=(any)
@@ -44,7 +44,7 @@ optdepends=(
)
license=(MIT)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('1fc6ae36615308fed8887844c10d576b39292c508775a0365d2d27a1bb958ee0')
+sha256sums=('eb6a59c7cfe847333d792fad8ef04a478bed8f2184f0f447c011b15dfbc20a49')
build() {
cd "$srcdir/$pkgname-$pkgver"