summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2019-02-06 20:54:10 -0200
committerRafael Fontenelle2019-02-06 20:54:41 -0200
commit86b6b6c4205836c1313a5fa2bf027b89ed3ca2fb (patch)
tree3316edf18f7295cc658d6d9c361c101d74aea777 /PKGBUILD
parentf64a28baa9beaac296d1405528fcb5d765cf58be (diff)
downloadaur-86b6b6c4205836c1313a5fa2bf027b89ed3ca2fb.tar.gz
Add python-pyroaring dep
https://gitlab.com/BuildStream/buildstream/commit/335ef2b84e1c11e4b2186153bfed3347d46f69ec
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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)