summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3f62912398f..2a15dad17e20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Clint Valentine <valentine.clint@gmail.com>
pkgname='snakemake-git'
-pkgver=4.3.0.79.gbb1a966
+pkgver=4.3.0.325.g1e851bc
pkgrel=1
pkgdesc="Python-based language and execution environment for GNU Make-like workflows"
arch=('any')
@@ -11,6 +11,7 @@ depends=(
'python'
'python-appdirs'
'python-configargparse'
+ 'python-datrie'
'python-ratelimiter'
'python-requests'
'python-yaml'