summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD12
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc1f6b6f5c05..11e33acc4f59 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+166+gbe163e8d
+ pkgver = 1.3.0+530+g662c729f
pkgrel = 1
url = https://wiki.gnome.org/Projects/BuildStream/
arch = any
@@ -9,7 +9,6 @@ pkgbase = buildstream-git
makedepends = git
depends = bubblewrap
depends = ostree
- depends = python-blessings
depends = python-click
depends = python-jinja
depends = python-gobject
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")