summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2019-02-14 13:08:54 -0200
committerRafael Fontenelle2019-02-14 13:09:03 -0200
commit70dc8480b05cc8ff66ca19a3d76bc28a872c3eef (patch)
tree66e491b5b999ee8330122d9347c8af9cfb5b6d7f
parent86b6b6c4205836c1313a5fa2bf027b89ed3ca2fb (diff)
downloadaur-70dc8480b05cc8ff66ca19a3d76bc28a872c3eef.tar.gz
Fix dependencies
- Fix python-ruamel-yaml version (depends on < 0.15.51), - add python-ujson, and - rearrange python-roaring
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f35c9a1285f..ddc5883cf508 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+1447+g1a75b252
+ pkgver = 1.3.0+1528+g174f5394
pkgrel = 1
url = https://wiki.gnome.org/Projects/BuildStream/
arch = any
@@ -16,8 +16,9 @@ pkgbase = buildstream-git
depends = python-pluginbase
depends = python-protobuf
depends = python-psutil
- depends = python-ruamel-yaml
depends = python-pyroaring
+ depends = python-ruamel-yaml0.15.51
+ depends = python-ujson
depends = bzr
depends = git
depends = lzip
diff --git a/PKGBUILD b/PKGBUILD
index 2e774ec185b9..dd923bc75c04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=buildstream-git
-pkgver=1.3.0+1447+g1a75b252
+pkgver=1.3.0+1528+g174f5394
pkgrel=1
pkgdesc="Framework for modelling build pipelines in a declarative YAML format"
arch=('any')
@@ -8,8 +8,8 @@ url="https://wiki.gnome.org/Projects/BuildStream/"
license=('LGPL')
depends=(bubblewrap ostree python-click python-jinja
python-gobject python-grpcio python-pluginbase
- python-protobuf python-psutil python-ruamel-yaml
- python-pyroaring
+ python-protobuf python-psutil python-pyroaring
+ python-ruamel-yaml0.15.51 python-ujson
# specific host site dependencies
bzr git lzip python-arpy)
makedepends=(python-setuptools git)