summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2018-02-19 07:18:47 -0300
committerRafael Fontenelle2018-02-19 07:18:47 -0300
commit5b03166480cbc297a3a48077bf07bc2dee86081a (patch)
tree984f12cee3817e66de35691bc08dbd06a5cb04a1 /PKGBUILD
parent31586600a583318723596aa2d9a17fd456299dbc (diff)
downloadaur-5b03166480cbc297a3a48077bf07bc2dee86081a.tar.gz
Update to 1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95ea10b154c6..86f78b1bfb25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=buildstream-git
-pkgver=1.0.0+1+g07e4d54
+pkgver=1.1.0
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-fusepy' 'python-gobject' 'python-pluginbase'
+ 'python-fusepy' 'python-jinja' 'python-gobject' 'python-pluginbase'
'python-psutil' 'python-ruamel-yaml')
makedepends=('python-setuptools' 'git')
provides=('buildstream')