summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11e33acc4f59..0f35c9a1285f 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+530+g662c729f
+ pkgver = 1.3.0+1447+g1a75b252
pkgrel = 1
url = https://wiki.gnome.org/Projects/BuildStream/
arch = any
@@ -17,6 +17,7 @@ pkgbase = buildstream-git
depends = python-protobuf
depends = python-psutil
depends = python-ruamel-yaml
+ depends = python-pyroaring
depends = bzr
depends = git
depends = lzip
diff --git a/PKGBUILD b/PKGBUILD
index a157139ec8b6..2e774ec185b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=buildstream-git
-pkgver=1.3.0+530+g662c729f
+pkgver=1.3.0+1447+g1a75b252
pkgrel=1
pkgdesc="Framework for modelling build pipelines in a declarative YAML format"
arch=('any')
@@ -9,6 +9,7 @@ license=('LGPL')
depends=(bubblewrap ostree python-click python-jinja
python-gobject python-grpcio python-pluginbase
python-protobuf python-psutil python-ruamel-yaml
+ python-pyroaring
# specific host site dependencies
bzr git lzip python-arpy)
makedepends=(python-setuptools git)