summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2019-06-10 17:50:25 -0300
committerRafael Fontenelle2019-06-10 17:50:41 -0300
commitfddcb14ad42817efcc8ff60d1946eb45d26e49c3 (patch)
tree58812d78ef75c2e928c683a9d8d2ef4dcaa88586 /PKGBUILD
parent26f0b0d4ad132c92904ea2b727669bbb16c3d2b5 (diff)
downloadaur-fddcb14ad42817efcc8ff60d1946eb45d26e49c3.tar.gz
Add cython to makedepends, set arch to x86_64
Because of cython, a .so file is added to the built package, so setting architecture is now required.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd923bc75c04..3326715aa378 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=buildstream-git
-pkgver=1.3.0+1528+g174f5394
+pkgver=1.3.0+2341+g9a5cca34
pkgrel=1
pkgdesc="Framework for modelling build pipelines in a declarative YAML format"
-arch=('any')
+arch=('x86_64')
url="https://wiki.gnome.org/Projects/BuildStream/"
license=('LGPL')
depends=(bubblewrap ostree python-click python-jinja
@@ -12,7 +12,7 @@ depends=(bubblewrap ostree python-click python-jinja
python-ruamel-yaml0.15.51 python-ujson
# specific host site dependencies
bzr git lzip python-arpy)
-makedepends=(python-setuptools git)
+makedepends=(python-setuptools cython git)
provides=('buildstream')
conflicts=('buildstream')
source=("git+https://gitlab.com/BuildStream/buildstream.git")