summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b4812e1b191..4a6d38e6fb9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=buildstream-git
-pkgver=1.3.0+2948+g05136ead
+pkgver=1.91.2+299+g011877375
pkgrel=1
pkgdesc="Framework for modelling build pipelines in a declarative YAML format"
arch=('any')
@@ -8,6 +8,7 @@ url="https://buildstream.build"
license=('LGPL')
depends=(
bubblewrap
+ buildbox-casd
python-click
python-grpcio
python-jinja
@@ -18,7 +19,7 @@ depends=(
python-ruamel-yaml
python-ujson
# specific host site dependencies
- bzr git lzip python-arpy
+ git lzip
)
makedepends=(python-setuptools cython git)
provides=('buildstream')