summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2019-09-05 04:03:23 -0300
committerRafael Fontenelle2019-09-05 04:05:22 -0300
commit01309e3563a1fbfdce87038856e405f78475bf22 (patch)
tree76e8d451b2929d27609cad371d8ec585456cdb30
parenteac45b83c943c73c26dc43eb03472a157a3d4152 (diff)
downloadaur-01309e3563a1fbfdce87038856e405f78475bf22.tar.gz
Adjusting dependencies
Now depends on python-ruamel, removed ostree and python-gobject, reorganized dependency list
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD26
2 files changed, 22 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a41ec19257bc..b1e2f69c5609 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,22 @@
pkgbase = buildstream-git
pkgdesc = Framework for modelling build pipelines in a declarative YAML format
- pkgver = 1.3.0+2625+gfbb8eea8
+ pkgver = 1.3.0+2948+g05136ead
pkgrel = 1
- url = https://wiki.gnome.org/Projects/BuildStream/
- arch = x86_64
+ url = https://buildstream.build
+ arch = any
license = LGPL
makedepends = python-setuptools
makedepends = cython
makedepends = git
depends = bubblewrap
- depends = ostree
depends = python-click
- depends = python-jinja
- depends = python-gobject
depends = python-grpcio
+ depends = python-jinja
depends = python-pluginbase
depends = python-protobuf
depends = python-psutil
depends = python-pyroaring
- depends = python-ruamel-yaml0.15.51
+ depends = python-ruamel-yaml
depends = python-ujson
depends = bzr
depends = git
diff --git a/PKGBUILD b/PKGBUILD
index 2e217991d121..5b4812e1b191 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,25 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=buildstream-git
-pkgver=1.3.0+2625+gfbb8eea8
+pkgver=1.3.0+2948+g05136ead
pkgrel=1
pkgdesc="Framework for modelling build pipelines in a declarative YAML format"
-arch=('x86_64')
-url="https://wiki.gnome.org/Projects/BuildStream/"
+arch=('any')
+url="https://buildstream.build"
license=('LGPL')
-depends=(bubblewrap ostree python-click python-jinja
- python-gobject python-grpcio python-pluginbase
- python-protobuf python-psutil python-pyroaring
- python-ruamel-yaml0.15.51 python-ujson
- # specific host site dependencies
- bzr git lzip python-arpy)
+depends=(
+ bubblewrap
+ python-click
+ python-grpcio
+ python-jinja
+ python-pluginbase
+ python-protobuf
+ python-psutil
+ python-pyroaring
+ python-ruamel-yaml
+ python-ujson
+ # specific host site dependencies
+ bzr git lzip python-arpy
+)
makedepends=(python-setuptools cython git)
provides=('buildstream')
conflicts=('buildstream')