summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2019-12-18 03:21:20 -0300
committerRafael Fontenelle2019-12-18 03:21:20 -0300
commitc0d785fae67117746598d5a6cf42bf1b85f42b97 (patch)
tree7f913bbf9aa6b419b004ba9e570aa80178e6091d /PKGBUILD
parent01309e3563a1fbfdce87038856e405f78475bf22 (diff)
downloadaur-c0d785fae67117746598d5a6cf42bf1b85f42b97.tar.gz
Update to 1.91.2+299+g011877375
Add buildbox-casd, remmove bzr and python-arpy
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')