summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2019-12-18 03:21:20 -0300
committerRafael Fontenelle2019-12-18 03:21:20 -0300
commitc0d785fae67117746598d5a6cf42bf1b85f42b97 (patch)
tree7f913bbf9aa6b419b004ba9e570aa80178e6091d
parent01309e3563a1fbfdce87038856e405f78475bf22 (diff)
downloadaur-c0d785fae67117746598d5a6cf42bf1b85f42b97.tar.gz
Update to 1.91.2+299+g011877375
Add buildbox-casd, remmove bzr and python-arpy
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1e2f69c5609..106cd7685686 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.3.0+2948+g05136ead
+ pkgver = 1.91.2+299+g011877375
pkgrel = 1
url = https://buildstream.build
arch = any
@@ -9,6 +9,7 @@ pkgbase = buildstream-git
makedepends = cython
makedepends = git
depends = bubblewrap
+ depends = buildbox-casd
depends = python-click
depends = python-grpcio
depends = python-jinja
@@ -18,10 +19,8 @@ pkgbase = buildstream-git
depends = python-pyroaring
depends = python-ruamel-yaml
depends = python-ujson
- depends = bzr
depends = git
depends = lzip
- depends = python-arpy
provides = buildstream
conflicts = buildstream
source = git+https://gitlab.com/BuildStream/buildstream.git
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')