summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2020-02-06 19:36:40 -0300
committerRafael Fontenelle2020-02-06 19:36:40 -0300
commite4eb440416be3b76492edb17d8faab41d598a984 (patch)
tree446eedfd606b1b265575aafb375ab2da9bd0d1eb
parentfee1457a3c98f22a38804940dd5e8ff7a60c2d71 (diff)
downloadaur-e4eb440416be3b76492edb17d8faab41d598a984.tar.gz
Add python-dateutil
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3f6642e4dba..c81f7732d939 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = buildstream-git
pkgdesc = Framework for modelling build pipelines in a declarative YAML format
- pkgver = 1.91.3
+ pkgver = 1.93.1+22+g0591b0c8b
pkgrel = 1
url = https://buildstream.build
arch = any
@@ -11,6 +11,7 @@ pkgbase = buildstream-git
depends = bubblewrap
depends = buildbox-casd
depends = python-click
+ depends = python-dateutil
depends = python-grpcio
depends = python-jinja
depends = python-pluginbase
diff --git a/PKGBUILD b/PKGBUILD
index 33369893001c..14ccd1e8368e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=buildstream-git
-pkgver=1.91.3
+pkgver=1.93.1+22+g0591b0c8b
pkgrel=1
pkgdesc="Framework for modelling build pipelines in a declarative YAML format"
arch=('any')
@@ -10,6 +10,7 @@ depends=(
bubblewrap
buildbox-casd
python-click
+ python-dateutil
python-grpcio
python-jinja
python-pluginbase