summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2018-09-21 06:54:57 -0300
committerRafael Fontenelle2018-09-21 06:54:57 -0300
commitf64a28baa9beaac296d1405528fcb5d765cf58be (patch)
tree1a49383190976296c08b7d9aa8f7883527f73c67 /PKGBUILD
parentdafc8c71a9ac99d2f69853e32ff73e066fca6a50 (diff)
downloadaur-f64a28baa9beaac296d1405528fcb5d765cf58be.tar.gz
Update to 1.3.0+530+g662c729f
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8058d7709870..a157139ec8b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=buildstream-git
-pkgver=1.3.0+166+gbe163e8d
+pkgver=1.3.0+530+g662c729f
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-grpcio' 'python-pluginbase' 'python-protobuf'
- 'python-psutil' 'python-ruamel-yaml'
+depends=(bubblewrap ostree python-click python-jinja
+ python-gobject python-grpcio python-pluginbase
+ python-protobuf python-psutil python-ruamel-yaml
# specific host site dependencies
- 'bzr' 'git' 'lzip' 'python-arpy')
-makedepends=('python-setuptools' 'git')
+ bzr git lzip python-arpy)
+makedepends=(python-setuptools git)
provides=('buildstream')
conflicts=('buildstream')
source=("git+https://gitlab.com/BuildStream/buildstream.git")