summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2018-08-06 11:24:33 -0300
committerRafael Fontenelle2018-08-06 11:24:33 -0300
commitdafc8c71a9ac99d2f69853e32ff73e066fca6a50 (patch)
treef2103a77348b971b8e56d9392efdac612875c949 /PKGBUILD
parentdbf67b46436f661b6b19720490c1f359652b45d8 (diff)
downloadaur-dafc8c71a9ac99d2f69853e32ff73e066fca6a50.tar.gz
Update to 1.3.0+166+gbe163e8d
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54f6f2a59ec2..8058d7709870 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=buildstream-git
-pkgver=1.1.3+167+g91d87e3c
+pkgver=1.3.0+166+gbe163e8d
pkgrel=1
pkgdesc="Framework for modelling build pipelines in a declarative YAML format"
arch=('any')
url="https://wiki.gnome.org/Projects/BuildStream/"
license=('LGPL')
-depends=('bubblewrap' 'ostree' 'python-blessings' 'python-click'
- 'python-jinja' 'python-gobject' 'python-pluginbase'
+depends=('bubblewrap' 'ostree' 'python-blessings' 'python-click' 'python-jinja'
+ 'python-gobject' 'python-grpcio' 'python-pluginbase' 'python-protobuf'
'python-psutil' 'python-ruamel-yaml'
# specific host site dependencies
- 'bzr' 'git' 'lzip')
+ 'bzr' 'git' 'lzip' 'python-arpy')
makedepends=('python-setuptools' 'git')
provides=('buildstream')
conflicts=('buildstream')