summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorclintval2018-04-23 09:55:04 -0700
committerclintval2018-04-23 09:55:04 -0700
commit7de55ed9477bdbf67d8ccdf68da61fc076ab1598 (patch)
tree80f539c8d2b4318bd917d832c4bd983324300d19 /PKGBUILD
parent15d880278a52615af4a01505016652e8f5d68a93 (diff)
downloadaur-snakemake-git.tar.gz
Added python-datrie as snakemake-git depend.
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'