summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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